PathF.LineTo 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
LineTo(PointF) | |
LineTo(Single, Single) |
LineTo(PointF)
public:
Microsoft::Maui::Graphics::PathF ^ LineTo(Microsoft::Maui::Graphics::PointF point);
public Microsoft.Maui.Graphics.PathF LineTo (Microsoft.Maui.Graphics.PointF point);
member this.LineTo : Microsoft.Maui.Graphics.PointF -> Microsoft.Maui.Graphics.PathF
Public Function LineTo (point As PointF) As PathF
Paramètres
- point
- PointF
Retours
S’applique à
LineTo(Single, Single)
public:
Microsoft::Maui::Graphics::PathF ^ LineTo(float x, float y);
public Microsoft.Maui.Graphics.PathF LineTo (float x, float y);
member this.LineTo : single * single -> Microsoft.Maui.Graphics.PathF
Public Function LineTo (x As Single, y As Single) As PathF
Paramètres
- x
- Single
- y
- Single