Share via


GeometryUtil.RotatePoint Method

Definition

Overloads

RotatePoint(PointF, Single)
RotatePoint(PointF, PointF, Single)

RotatePoint(PointF, Single)

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)

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