Table of Contents

Class CdrPpdt

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

The cdr knot vector object

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

Constructors

CdrPpdt()

public CdrPpdt()
See Also

Properties

KnotVecor

Gets or sets the knot vecors.

public int[] KnotVecor { get; set; }

Property Value

int[]

The knot vecors.

See Also

Points

Gets or sets the points.

public PointD[] Points { get; set; }

Property Value

PointD[]

The points.

See Also

See Also