Freigeben über


PathF.LineTo Methode

Definition

Überlädt

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

Parameter

point
PointF

Gibt zurück

Gilt für:

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

Parameter

x
Single
y
Single

Gibt zurück

Gilt für: