Class OdPolygon
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The polygon
public class OdPolygon : OdStyledObject
- Inheritance
-
OdPolygon
- Derived
- Inherited Members
Constructors
OdPolygon(OdObject)
Initializes a new instance of the OdPolygon class.
public OdPolygon(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Points
Gets or sets the points.
public PointF[] Points { get; set; }
Property Value
- PointF[]
The points.