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
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.