Table of Contents

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 OdObject

The parent.

Properties

Points

Gets or sets the points.

public PointF[] Points { get; set; }

Property Value

PointF[]

The points.