CdrRectangle Class
Contents
[
Hide
]Summary: The cdr rectangle
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrRectangle
Inheritance: CdrGraphicObject
Constructors
Name | Description |
---|---|
CdrRectangle() | Initializes a new instance of the CdrRectangle class |
Properties
Name | Type | Access | Description |
---|---|---|---|
bounds_in_pixels | RectangleF | r/w | Gets or sets the bounds in pixels. |
clip_id | short | r/w | Gets or sets the clip identifier. |
corner_type | int | r/w | Gets or sets the type of the corner. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
document | CdrDocument | r/w | Gets or sets the document. |
height | double | r/w | Gets or sets the y. |
parent | CdrObjectContainer | r/w | Gets or sets the parent. |
r0 | double | r/w | Gets or sets the r0. |
r1 | double | r/w | Gets or sets the r1. |
r2 | double | r/w | Gets or sets the r2. |
r3 | double | r/w | Gets or sets the r3. |
scale_x | double | r/w | Gets or sets the scale x. |
scale_y | double | r/w | Gets or sets the scale y. |
width | double | r/w | Gets or sets the x. |
Constructor: CdrRectangle()
CdrRectangle()
Initializes a new instance of the CdrRectangle class