GeometryUtil.EllipseAngleToPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.