GeometryUtil.RotatePoint 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.
Overloads
RotatePoint(PointF, Single) | |
RotatePoint(PointF, PointF, Single) |
RotatePoint(PointF, Single)
- Source:
- GeometryUtil.cs
- Source:
- GeometryUtil.cs
public:
static Microsoft::Maui::Graphics::PointF RotatePoint(Microsoft::Maui::Graphics::PointF point, float angle);
public static Microsoft.Maui.Graphics.PointF RotatePoint (Microsoft.Maui.Graphics.PointF point, float angle);
static member RotatePoint : Microsoft.Maui.Graphics.PointF * single -> Microsoft.Maui.Graphics.PointF
Public Shared Function RotatePoint (point As PointF, angle As Single) As PointF
Parameters
- point
- PointF
- angle
- Single
Returns
Applies to
RotatePoint(PointF, PointF, Single)
- Source:
- GeometryUtil.cs
- Source:
- GeometryUtil.cs
public:
static Microsoft::Maui::Graphics::PointF RotatePoint(Microsoft::Maui::Graphics::PointF center, Microsoft::Maui::Graphics::PointF point, float angle);
public static Microsoft.Maui.Graphics.PointF RotatePoint (Microsoft.Maui.Graphics.PointF center, Microsoft.Maui.Graphics.PointF point, float angle);
static member RotatePoint : Microsoft.Maui.Graphics.PointF * Microsoft.Maui.Graphics.PointF * single -> Microsoft.Maui.Graphics.PointF
Public Shared Function RotatePoint (center As PointF, point As PointF, angle As Single) As PointF
Parameters
- center
- PointF
- point
- PointF
- angle
- Single
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI