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

多边形对象。
Inheritance: GeometryBase
ファイルを表示 Open project: SuperMap/iClient-for-DotNet Class Usage Examples

Public Methods

Method Description
Polygon ( string id, List point2Ds, System fillColor, System strokeColor, double strokeWeight ) : System

构造函数。

Method Details

Polygon() public method

构造函数。
public Polygon ( string id, List point2Ds, System fillColor, System strokeColor, double strokeWeight ) : System
id string 多边形对象的ID,在同一个GraphicsLayer中不能存在相同ID的两个Polygon对象, /// 若已经存在一个相同的ID对象,则新加入到GraphicsLayer中的Polygon对象将覆盖前一个Polygon对象。
point2Ds List 面所有节点坐标列表。
fillColor System 填充色。
strokeColor System 面边线颜色。
strokeWeight double 面边线宽度。
return System