GeoGenerator.ProduceStars

GeoGenerator.ProduceStars method

Crée un tableau d’étoiles, toutes dans une étendue donnée.

public static IEnumerable<IPolygon> ProduceStars(Extent rect, StarGeneratorOptions options)
ParamètreTaperLa description
rectExtentZone spécifiée (voirÉtendue)
optionsStarGeneratorOptionsOptions de création de polygones (voirStarGeneratorOptions)

Return_Value

Réseau d’étoiles (voir énumération desIPolygone)

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionLe nombre d’étoiles doit être supérieur à un.
NullReferenceExceptionL’étendue doit avoir une valeur (et non NULL)
ArgumentExceptionLes longueurs minimale et maximale doivent être inégales et supérieures à 3
ArgumentExceptionLa longueur maximale doit être supérieure à la longueur minimale

Voir également