Class OdCurveTo
Class OdCurveTo
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The Enhanced CurveTo
[JsonObject(MemberSerialization.OptIn)]
public class OdCurveTo : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdCurveTo
Derived
Inherited Members
OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdCurveTo(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCurveTo class.
public OdCurveTo(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Points
Gets or sets the points.
[JsonProperty]
public PointF[] Points { get; set; }
Property Value
PointF[]