Skip to main content

GetEllipsePoint Method

Calculates the point of an angle on an ellipse.

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static Point GetEllipsePoint(
Point centre,
double radiusX,
double radiusY,
double angle
)

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.

See Also

Reference

MathUtilities Class
Avalonia.Utilities Namespace