GeoGenerator.ProduceStars

GeoGenerator.ProduceStars method

创建一个星星数组,所有星星都在给定范围内。

public static IEnumerable<IPolygon> ProduceStars(Extent rect, StarGeneratorOptions options)
范围类型描述
rectExtent指定区域(见程度)
optionsStarGeneratorOptions多边形创建选项(请参阅StarGenerator选项)

返回值

恒星阵列(见枚举多边形)

例外

例外(健康)状况
ArgumentOutOfRangeException星星的数量必须大于一颗。
NullReferenceException范围必须有一个值(不能为 NULL)
ArgumentException最小和最大长度必须不相等且大于 3
ArgumentException最大长度必须大于最小长度

也可以看看