GeoGenerator.ProducePoints

GeoGenerator.ProducePoints method

创建属于指定区域的点数组。

public static IEnumerable<IGeometry> ProducePoints(Extent rect, PointGeneratorOptions options)
范围类型描述
rectExtent指定区域(见程度).
optionsPointGeneratorOptions点创建选项(参见点生成器选项).

返回值

点数组(见枚举几何图形).

例外

例外(健康)状况
ArgumentOutOfRangeException点数必须大于一。
NullReferenceExceptionExtent 必须有一个值(不能为 NULL)。

也可以看看