GetEllipsePoint Method
Calculates the point of an angle on an ellipse.
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Point GetEllipsePoint(
Point centre,
double radiusX,
double radiusY,
double angle
)
Public Shared Function GetEllipsePoint (
centre As Point,
radiusX As Double,
radiusY As Double,
angle As Double
) As Point
static member GetEllipsePoint :
centre : Point *
radiusX : float *
radiusY : float *
angle : float -> Point
Parameters
- Point
- The centre point of the ellipse.
- Double
- The x radius of the ellipse.
- Double
- The y radius of the ellipse.
- Double
- The angle in radians.
Return Value
Point
A point on the ellipse.