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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI