Class CdrGraphicObject
Название пространства: Aspose.Imaging.FileFormats.Cdr.Objects Ассоциация: Aspose.Imaging.dll (25.4.0)
Графический объект cdr
[JsonObject(MemberSerialization.OptIn)]
public abstract class CdrGraphicObject : CdrObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject
Derived
CdrArtisticText , CdrCurve , CdrEllipse , CdrParagraph , CdrPathObject , CdrPolygon , CdrPpdt , CdrRectangle
Implements
Наследованные члены
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
CdrGraphicObject()
protected CdrGraphicObject()
Properties
BoundsInPixels
Получить или установить границы в пикселях.
[JsonProperty]
public RectangleF BoundsInPixels { get; set; }
Стоимость недвижимости
ClipId
Получить или установить идентификатор клипа.
[JsonProperty]
public short ClipId { get; set; }
Стоимость недвижимости
Height
Получить или установить Y.
[JsonProperty]
public double Height { get; set; }
Стоимость недвижимости
Width
Получить или установить x.
[JsonProperty]
public double Width { get; set; }