Share via


GeometryUtil.EllipseAngleToPoint Method

Definition

Gets the point on an ellipse that corresponds to the given angle.

public:
 static Microsoft::Maui::Graphics::PointF EllipseAngleToPoint(float x, float y, float width, float height, float angleInDegrees);
public static Microsoft.Maui.Graphics.PointF EllipseAngleToPoint (float x, float y, float width, float height, float angleInDegrees);
static member EllipseAngleToPoint : single * single * single * single * single -> Microsoft.Maui.Graphics.PointF
Public Shared Function EllipseAngleToPoint (x As Single, y As Single, width As Single, height As Single, angleInDegrees As Single) As PointF

Parameters

x
Single

The x position of the bounding rectangle.

y
Single

The y position of the bounding rectangle.

width
Single

The width of the bounding rectangle.

height
Single

The height of the bounding rectangle.

angleInDegrees
Single

Angle in degrees.

Returns

The point.

Applies to