Class CdrGraphicObject

Class CdrGraphicObject

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

The cdr graphic object

[JsonObject(MemberSerialization.OptIn)]
public abstract class CdrGraphicObject : CdrObject, IDisposable

Inheritance

object DisposableObject CdrObject CdrGraphicObject

Derived

CdrArtisticText , CdrCurve , CdrEllipse , CdrParagraph , CdrPathObject , CdrPolygon , CdrPpdt , CdrRectangle

Implements

IDisposable

Inherited Members

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

Gets or sets the bounds in pixels.

[JsonProperty]
public RectangleF BoundsInPixels { get; set; }

Property Value

RectangleF

ClipId

Gets or sets the clip identifier.

[JsonProperty]
public short ClipId { get; set; }

Property Value

short

Height

Gets or sets the y.

[JsonProperty]
public double Height { get; set; }

Property Value

double

Width

Gets or sets the x.

[JsonProperty]
public double Width { get; set; }

Property Value

double

See Also

CdrObjectContainer

 English