Class CdrPathObject
Class CdrPathObject
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The Cdr path
[JsonObject(MemberSerialization.OptIn)]
public class CdrPathObject : CdrGraphicObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject ← CdrPathObject
Implements
Inherited Members
CdrGraphicObject.Width, CdrGraphicObject.Height, CdrGraphicObject.BoundsInPixels, CdrGraphicObject.ClipId, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CdrPathObject()
public CdrPathObject()
Properties
PointTypes
Gets or sets the point types.
[JsonProperty]
public byte[] PointTypes { get; set; }
Property Value
byte[]
Points
Gets or sets the points.
[JsonProperty]
public PointD[] Points { get; set; }
Property Value
PointD[]