PathF.MoveTo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MoveTo(PointF) | |
MoveTo(Single, Single) |
MoveTo(PointF)
public:
Microsoft::Maui::Graphics::PathF ^ MoveTo(Microsoft::Maui::Graphics::PointF point);
public Microsoft.Maui.Graphics.PathF MoveTo (Microsoft.Maui.Graphics.PointF point);
member this.MoveTo : Microsoft.Maui.Graphics.PointF -> Microsoft.Maui.Graphics.PathF
Public Function MoveTo (point As PointF) As PathF
Parameter
- point
- PointF
Gibt zurück
Gilt für:
MoveTo(Single, Single)
public:
Microsoft::Maui::Graphics::PathF ^ MoveTo(float x, float y);
public Microsoft.Maui.Graphics.PathF MoveTo (float x, float y);
member this.MoveTo : single * single -> Microsoft.Maui.Graphics.PathF
Public Function MoveTo (x As Single, y As Single) As PathF
Parameter
- x
- Single
- y
- Single