CmxEllipseSpec Class
Contents
[
Hide
]Summary: Represents geometric info specified for an ellipse.
Module: aspose.imaging.fileformats.cmx.objectmodel.specs
Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxEllipseSpec
Inheritance: ICmxObjectSpec
Constructors
| Name | Description |
|---|---|
| CmxEllipseSpec() | Initializes a new instance of the CmxEllipseSpec class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| angle1 | float | r/w | Gets or sets the first angle used for defining of pie sector. Does no affect if CmxEllipseSpec.pie is Measures in radians. |
| angle2 | float | r/w | Gets or sets the second angle used for defining of pie sector. Does no affect if CmxEllipseSpec.pie is Measures in radians. |
| bounding_box | RectangleF | r/w | Gets or sets the bounding box. |
| 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. |
| diameter_x | float | r/w | Gets or sets the diameter for X dimension of the rectangle. Measures in common document distance units. |
| diameter_y | float | r/w | Gets or sets the diameter for Y dimension of the rectangle. Measures in common document distance units. |
| pie | bool | r/w | Gets or sets a value indicating whether this CmxEllipseSpec is a pie. |
| rotation | float | r/w | Gets or sets the angle of rotation of the ellipse. Measures in radians. |
Constructor: CmxEllipseSpec()
CmxEllipseSpec()
Initializes a new instance of the CmxEllipseSpec class