Class CdrBbox
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr box
public class CdrBbox : CdrObjectContainer, IDisposable
- Inheritance
-
CdrBbox
- Implements
- Inherited Members
Constructors
CdrBbox()
public CdrBbox()
- See Also
Properties
Height
Gets the height.
public double Height { get; }
Property Value
- double
The height.
- See Also
Width
Gets the width.
public double Width { get; }
Property Value
- double
The width.
- See Also
X
Gets the x.
public double X { get; }
Property Value
- double
The x.
- See Also
X0
Gets or sets the x0.
public double X0 { get; set; }
Property Value
- double
The x0.
- See Also
X1
Gets or sets the x1.
public double X1 { get; set; }
Property Value
- double
The x1.
- See Also
Y
Gets the y.
public double Y { get; }
Property Value
- double
The y.
- See Also
Y0
Gets or sets the y0.
public double Y0 { get; set; }
Property Value
- double
The y0.
- See Also
Y1
Gets or sets the y1.
public double Y1 { get; set; }
Property Value
- double
The y1.
- See Also