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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.