Class CmxEllipseSpec
CmxEllipseSpec class
Represents geometric info specified for an ellipse.
public class CmxEllipseSpec : ICmxObjectSpec
Constructors
Properties
| Name | Description |
|---|
| Angle1 { get; set; } | Gets or sets the first angle used for defining of pie sector. Does no affect if Pie is false. Measures in radians. |
| Angle2 { get; set; } | Gets or sets the second angle used for defining of pie sector. Does no affect if Pie is false. Measures in radians. |
| BoundingBox { get; set; } | Gets or sets the bounding box. |
| CenterX { get; set; } | Gets or sets the X coordinate for the center of the rectangle. Measures in common document distance units. |
| CenterY { get; set; } | Gets or sets the Y coordinate for the center of the rectangle. Measures in common document distance units. |
| DiameterX { get; set; } | Gets or sets the diameter for X dimension of the rectangle. Measures in common document distance units. |
| DiameterY { get; set; } | Gets or sets the diameter for Y dimension of the rectangle. Measures in common document distance units. |
| Pie { get; set; } | Gets or sets a value indicating whether this CmxEllipseSpec is a pie. |
| Rotation { get; set; } | Gets or sets the angle of rotation of the ellipse. Measures in radians. |
Methods
| Name | Description |
|---|
| override Equals(object) | Check if objects are equal. |
| override GetHashCode() | Get hash code of the current object. |
| override ToString() | Returns a String that represents this instance. |
See Also