StarGeneratorOptions Class
Contents
[
Hide
]Summary: Generator-specific options for GeoGenerator.produce_polygons(rect, options).
Module: aspose.gis.geotools
Full Name: aspose.gis.geotools.StarGeneratorOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| StarGeneratorOptions() | Create an instance with init fields by default. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| count | int | r/w | Number of polygons to create. |
| maximum_star_vertex | int | r/w | The maximum outside vertex of the generated side. |
| minimum_star_vertex | int | r/w | The minimum outside vertex of the generated side. |
| place | GeneratorPlaces | r/w | Placing mode in generated cells. |
| seed | int | r/w | A number used to calculate the seed value for a sequence of pseudo-random numbers. |
Methods
| Name | Description |
|---|---|
| clone() | Clone object to one another. |
Constructor: StarGeneratorOptions()
StarGeneratorOptions()
Create an instance with init fields by default.
Method: clone()
clone()
Clone object to one another.
Returns
| Type | Description |
|---|---|
| StarGeneratorOptions | Clone object to one another PolygonGeneratorOptions. |