Table of Contents

Class CdrCurve

Namespace
Aspose.Imaging.FileFormats.Cdr.Objects
Assembly
Aspose.Imaging.dll

The cdr curve

public class CdrCurve : CdrGraphicObject, IDisposable
Inheritance
CdrCurve
Implements
Inherited Members

Constructors

CdrCurve()

public CdrCurve()
See Also

Properties

PointTypes

Gets or sets the point types.

public byte[] PointTypes { get; set; }

Property Value

byte[]

The point types.

See Also

Points

Gets or sets the points.

public PointD[] Points { get; set; }

Property Value

PointD[]

The points.

See Also

See Also