Class CdrArrow
Class CdrArrow
Названий на: Aspose.Imaging.FileFormats.Cdr.Objects Асамблея: Aspose.Imaging.dll (25.4.0)
КДР стрілянина
[JsonObject(MemberSerialization.OptIn)]
public class CdrArrow : CdrDictionaryItem, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrDictionaryItem ← CdrArrow
Implements
Нападні члени
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
Приймає або встановлює типи точок.
[JsonProperty]
public byte[] PointTypes { get; set; }
вартість нерухомості
byte [ ]
Points
Приймати або встановити пункти.
[JsonProperty]
public PointD[] Points { get; set; }
вартість нерухомості
PointD [ ]