GeoGenerator.ProduceStars

GeoGenerator.ProduceStars method

星の配列を作成します。それらはすべて指定範囲内にあります。

public static IEnumerable<IPolygon> ProduceStars(Extent rect, StarGeneratorOptions options)
パラメータタイプ説明
rectExtent指定された領域 (参照範囲)
optionsStarGeneratorOptionsポリゴン作成オプション(StarGeneratorOptions)

戻り値

星の配列 (の列挙を参照)IP ポリゴン)

例外

例外調子
ArgumentOutOfRangeException星の数は 1 より大きい必要があります。
NullReferenceExceptionエクステントには値が必要です (NULL ではない)
ArgumentException最小長と最大長は等しくなく、3 より大きくなければなりません
ArgumentException最大長は最小長より大きくなければなりません

関連項目