PolygonGeneratorOptions Class

Summary: Options from produce lines on surface or area.

Module: aspose.gis.geotools

Full Name: aspose.gis.geotools.PolygonGeneratorOptions

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
PolygonGeneratorOptions()Create an instance with init fields by default.

Properties

NameTypeAccessDescription
countintr/wNumber of polygons to create.
maximum_polygon_pointsintr/wThe maximum length of the generated polygon.
minimum_polygon_pointsintr/wThe minimum length of the generated polygon.
placeGeneratorPlacesr/wPlacing mode in generated cells.
seedintr/wA number used to calculate the seed value for a sequence of pseudo-random numbers.

Methods

NameDescription
clone()Clone object to one another.

Constructor: PolygonGeneratorOptions()

 PolygonGeneratorOptions() 

Create an instance with init fields by default.

Method: clone()

 clone() 

Clone object to one another.

Returns

TypeDescription
PolygonGeneratorOptionsClone object to one another PolygonGeneratorOptions.