CmxRectangleSpec Class
Contents
[
Hide
]Summary: Represents geometric info specified for a rectangle.
Module: aspose.imaging.fileformats.cmx.objectmodel.specs
Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxRectangleSpec
Inheritance: ICmxObjectSpec
Constructors
Name | Description |
---|---|
CmxRectangleSpec() | Initializes a new instance of the CmxRectangleSpec class |
Properties
Name | Type | Access | Description |
---|---|---|---|
angle | float | r/w | Gets or sets the angle of rotation of the rectangle. Measures in radians. |
center_x | float | r/w | Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units. |
center_y | float | r/w | Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units. |
height | float | r/w | Gets or sets the height of the rectangle. Measures in common document distance units. |
radius | float | r/w | Gets or sets the radius of rounded rectangle corners. If its value is Measures in common document distance units. |
width | float | r/w | Gets or sets the width of the rectangle. Measures in common document distance units. |
Constructor: CmxRectangleSpec()
CmxRectangleSpec()
Initializes a new instance of the CmxRectangleSpec class