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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.