Class CdrPathObject
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The Cdr path
public class CdrPathObject : CdrGraphicObject, IDisposable
- Inheritance
-
CdrPathObject
- Implements
- Inherited Members
Constructors
CdrPathObject()
public CdrPathObject()
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.