C# 클래스 SuperMap.Connector.Control.Forms.Marker

标注点对象。
상속: GeometryBase
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet 1 사용 예제들

공개 메소드들

메소드 설명
Marker ( string id, Point2D point2D, Bitmap bitmap, ToolTip toolTip ) : System

构造函数。

Marker ( string id, Point2D point2D, MarkerType markerType, ToolTip toolTip ) : System

构造函数。

메소드 상세

Marker() 공개 메소드

构造函数。
public Marker ( string id, Point2D point2D, Bitmap bitmap, ToolTip toolTip ) : System
id string 标注的ID。
point2D Point2D 坐标点。
bitmap System.Drawing.Bitmap 标识的自定义图片
toolTip ToolTip 标注的提示。
리턴 System

Marker() 공개 메소드

构造函数。
public Marker ( string id, Point2D point2D, MarkerType markerType, ToolTip toolTip ) : System
id string 标注的ID。
point2D Point2D 坐标点。
markerType MarkerType 标注的类型。
toolTip ToolTip 标注的提示。
리턴 System