Table of Contents

Class CdrArrow

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

The cdr arrow

public class CdrArrow : CdrDictionaryItem, IDisposable
Inheritance
CdrArrow
Implements
Inherited Members

Constructors

CdrArrow()

public CdrArrow()

Properties

PointTypes

Gets or sets the point types.

public byte[] PointTypes { get; set; }

Property Value

byte[]

The point types.

Points

Gets or sets the points.

public PointD[] Points { get; set; }

Property Value

PointD[]

The points.