Class CdrArrow
Class CdrArrow
Tên không gian: Aspose.Imaging.FileFormats.Cdr.Objects Tổng hợp: Aspose.Imaging.dll (25.4.0)
Cdr mũi tên
[JsonObject(MemberSerialization.OptIn)]
public class CdrArrow : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrArrow
Implements
Thành viên thừa kế
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
Nhận hoặc đặt các loại điểm.
[JsonProperty]
public byte[] PointTypes { get; set; }
Giá trị bất động sản
byte [ ]
Points
Nhận hoặc đặt các điểm.
[JsonProperty]
public PointD[] Points { get; set; }
Giá trị bất động sản
PointD [ ]