PathF.MoveTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- point
- PointF
Retours
S’applique à
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
Paramètres
- x
- Single
- y
- Single