Class CdrArrow

Class CdrArrow

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The cdr arrow

[JsonObject(MemberSerialization.OptIn)]
public class CdrArrow : CdrDictionaryItem, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrDictionaryItemCdrArrow

Implements

IDisposable

Inherited Members

CdrDictionaryItem.Id, 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

CdrArrow()

public CdrArrow()

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[]