Name | Description | |
---|---|---|
NCircleSegment Constructor | Overloaded. |
The following tables list the members exposed by NCircleSegment.
Name | Description | |
---|---|---|
NCircleSegment Constructor | Overloaded. |
Name | Description | |
---|---|---|
Circle | The circle to which the arc belongs | |
StartAngle | Starting angle of the arc (in radians) | |
SweepAngle | Sweep angle of the arc (in radians) |
Name | Description | |
---|---|---|
Bounds | Gets the minimal enclosing rectangle | |
BoundsRange | Gets the minimal enclosing rectangle | |
EndPoint | Gets or sets the end point of the open figure | |
IsEmpty | Determines whether the circle segment is empty (the circle is empty or the sweepAngle is zero) | |
Length | Returns the length of the segment | |
MiddlePoint | Gets the middle point of the segment | |
StartPoint | Gets or sets the start point of the open figure |
Name | Description | |
---|---|---|
AddToPath | Appends the primitive to the specified graphics path | |
ContainsOnOutline | Determines whether the outline of the primitive contains the specified point | |
Equals | ||
GetHashCode | ||
GetOutlineLength | Gets the length of th circle | |
PointFromTime | Returns a point of the curve from the specified time parameter in the [0;1] range | |
ToString | ||
Translate | Translates the primitive with the specified amounts | |
TryCreateFromThreePoints | Tries to create a circle segment defined by three points. Returns false if the points are colinear or any pair of them is coincident. | |
TryCreateFromTwoPointsAndBow | Tries to create a circle segment that starts and ends at the specified points. The bow parameter is the distance from the arc's midpoint to the midpoint of its chord. Returns false if the bow is zero, or the start and end points are coincident. |
Equality | Determines whether a is equal to b |
Inequality | Determines whether a is not equal to b |