Class CdrBbox
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The cdr box
[JsonObject(MemberSerialization.OptIn)]
public class CdrBbox : CdrObjectContainer, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrObjectContainer ← CdrBbox
Implements
Inherited Members
CdrObjectContainer.AddChildObject(CdrObject), CdrObjectContainer.InsertObject(CdrObject), CdrObjectContainer.ReleaseManagedResources(), CdrObjectContainer.Childs, CdrObjectContainer.LoadToLastChild, CdrObjectContainer.LastChild, CdrObjectContainer.Hidden, 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
CdrBbox()
public CdrBbox()
Properties
Height
Gets the height.
public double Height { get; }
Property Value
Width
Gets the width.
public double Width { get; }
Property Value
X
Gets the x.
public double X { get; }
Property Value
X0
Gets or sets the x0.
[JsonProperty]
public double X0 { get; set; }
Property Value
X1
Gets or sets the x1.
[JsonProperty]
public double X1 { get; set; }
Property Value
Y
Gets the y.
public double Y { get; }
Property Value
Y0
Gets or sets the y0.
[JsonProperty]
public double Y0 { get; set; }
Property Value
Y1
Gets or sets the y1.
[JsonProperty]
public double Y1 { get; set; }