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