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