NEllipseSegment Structure Members
In This Topic
The following tables list the members exposed by NEllipseSegment.
Public Constructors
Public Fields
| Name | Description |
 | Ellipse | The ellipse to which the segment belongs. |
 | StartAngle | Starting angle of the arc (in radians). Measured from the major axis of the ellipse. |
 | SweepAngle | Sweep angle of the arc (in radians). |
Top
Public Properties
| Name | Description |
 | Bounds | Gets the minimal enclosing rectangle. |
 | BoundsRange | Gets the bounds range. |
 | EndPoint | Gets or sets the end point of the open figure |
 | IsEmpty | Determines whether the ellipse segment is empty (the ellipse is empty or the sweepAngle is zero) |
 | MiddlePoint | Gets the middle point of the segment |
 | StartPoint | Gets or sets the start point of the open figure |
Top
Public Methods
Public Operators
Equality | Determines whether a is equal to b |
Inequality | Determines whether a is not equal to b |
Top
See Also