Class CdrGraphicObject
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr graphic object
public abstract class CdrGraphicObject : CdrObject, IDisposable
- Inheritance
-
CdrGraphicObject
- Implements
- Derived
- Inherited Members
Constructors
CdrGraphicObject()
protected CdrGraphicObject()
- See Also
Properties
BoundsInPixels
Gets or sets the bounds in pixels.
public RectangleF BoundsInPixels { get; set; }
Property Value
- RectangleF
The bounds in pixels.
- See Also
ClipId
Gets or sets the clip identifier.
public short ClipId { get; set; }
Property Value
- short
The clip identifier.
- See Also
Height
Gets or sets the y.
public double Height { get; set; }
Property Value
- double
The y.
- See Also
Width
Gets or sets the x.
public double Width { get; set; }
Property Value
- double
The x.
- See Also