C# Class SuperMap.Connector.Control.Forms.Marker

标注点对象。
Inheritance: GeometryBase
Show file Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Public Methods

Method Description
Marker ( string id, Point2D point2D, Bitmap bitmap, ToolTip toolTip ) : System

构造函数。

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

构造函数。

Method Details

Marker() public method

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

Marker() public method

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