Name | Description | |
---|---|---|
![]() | AddToPath | Appends the primitive to the specified graphics path. |
![]() | Contains | Overloaded. Determines whether the rectangle contains the specified point |
![]() | ContainsOnOutline | Determines whether the outline of the ellipse contains the specified point. |
![]() | Equals | |
![]() | GetHashCode | |
![]() | GetOutlineLength | Gets the ellipse perimeter. |
![]() | IntersectWith | Intersects this circle with the specified line segment |
![]() | Normalize | Normalizes the ellipse, so that A is larger than B. |
![]() | PointFromAngle | Gets the point on the ellipse rim, which corresponds to the specified angle (in radians) |
![]() | PointFromTime | Gets a point on the curve from a time parameter. When t is equal to 0, returns the StartPoint of the curve. When t is equal to 1, returns the EndPoint of the curve. |
![]() | TimeFromAngle | Gets the parametric angle that corresponds to the geometric one |
![]() | Translate | Translates the primitive with the specified amounts. |
![]() ![]() | TryCreateFromCenterAndTwoPoints | Tries to create an ellipse from a center and two points that lay on the ellipse |
![]() ![]() | TryCreateFromThreePointsAngleAndRatio | Tries to create a normalized ellipse from three points, angle between the ellipse major axis and the X-axis and ratio between the major and minor axes. Returns false if the points are colinear, or any pair of points are coincident or ratio is zero. |