GeoGenerator.ProduceStars

GeoGenerator.ProduceStars method

주어진 범위 내에서 모두 별 배열을 생성합니다.

public static IEnumerable<IPolygon> ProduceStars(Extent rect, StarGeneratorOptions options)
모수유형설명
rectExtent지정된 지역(참조정도)
optionsStarGeneratorOptions다각형 생성 옵션(참조StarGenerator 옵션)

반환 값

별의 배열(열거 참조아이폴리곤)

예외

예외상태
ArgumentOutOfRangeException별의 수는 1보다 강해야 합니다.
NullReferenceException범위에 값이 있어야 합니다(NULL이 아님).
ArgumentException최소 및 최대 길이는 같지 않고 3보다 커야 합니다.
ArgumentException최대 길이는 최소 길이보다 커야 합니다.

또한보십시오