CdrPolygon
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject
public class CdrPolygon extends CdrGraphicObject
The cdr polygon
Constructors
| Constructor | Description |
|---|---|
| CdrPolygon() |
Methods
| Method | Description |
|---|---|
| getPoints() | Gets the points. |
| setPoints(PointD[] value) | Sets the points. |
| getPointTypes() | Gets the point types. |
| setPointTypes(byte[] value) | Sets the point types. |
CdrPolygon()
public CdrPolygon()
getPoints()
public final PointD[] getPoints()
Gets the points.
Returns: com.aspose.imaging.fileformats.cdr.types.PointD[] - the points.
setPoints(PointD[] value)
public final void setPoints(PointD[] value)
Sets the points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointD[] | the points. |
getPointTypes()
public final byte[] getPointTypes()
Gets the point types.
Returns: byte[] - the point types.
setPointTypes(byte[] value)
public final void setPointTypes(byte[] value)
Sets the point types.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | the point types. |