PathF.LineTo Method

Definition

Overloads

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

Parameters

point
PointF

Returns

Applies to

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

Parameters

x
Single
y
Single

Returns

Applies to