PointGeneratorOptions Class
Contents
[
Hide
]Summary: Options from produce points on surface or area.
Module: aspose.gis.geotools
Full Name: aspose.gis.geotools.PointGeneratorOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| PointGeneratorOptions() | Create an instance using default options. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| count | int | r/w | Number of points to create. |
| 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: PointGeneratorOptions()
PointGeneratorOptions()
Create an instance using default options.
Method: clone()
clone()
Clone object to one another.
Returns
| Type | Description |
|---|---|
| PointGeneratorOptions | Clone object to one another PointGeneratorOptions. |