根据指定的参数来构造一个 Point2Ds 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public Point2Ds( Point2D[] points ) |
参数
- points
- Type: array<
SuperMap.Data..::.Point2D
>[]()[]
指定的点对象的数组。
C# |
---|
public Point2Ds( Point2D[] points ) |