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