CdrPolygon Class
Contents
[
Hide
]Summary: The cdr polygon
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrPolygon
Inheritance: CdrGraphicObject
Constructors
Name | Description |
---|---|
CdrPolygon() | Initializes a new instance of the CdrPolygon class |
Properties
Name | Type | Access | Description |
---|---|---|---|
bounds_in_pixels | RectangleF | r/w | Gets or sets the bounds in pixels. |
clip_id | short | r/w | Gets or sets the clip identifier. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
document | CdrDocument | r/w | Gets or sets the document. |
height | double | r/w | Gets or sets the y. |
parent | CdrObjectContainer | r/w | Gets or sets the parent. |
point_types | byte | r/w | Gets or sets the point types. |
points | PointD[] | r/w | Gets or sets the points. |
width | double | r/w | Gets or sets the x. |
Constructor: CdrPolygon()
CdrPolygon()
Initializes a new instance of the CdrPolygon class