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. |