GeoGenerator.ProduceLines

GeoGenerator.ProduceLines method

创建一个新的 ILineString 枚举器,其中包含给定数量的随机项,所有项都在给定范围内。

public static IEnumerable<ILineString> ProduceLines(Extent rect, LineGeneratorOptions options)
范围类型描述
rectExtent指定区域(见程度)
optionsLineGeneratorOptions线创建选项(见线生成器选项)

返回值

行数组(见枚举线串)

例外

例外(健康)状况
ArgumentOutOfRangeException行数必须大于一。
NullReferenceException范围必须有一个值(不能为 NULL)

也可以看看