PathF.MoveTo 方法

定义

重载

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

参数

point
PointF

返回

适用于

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

参数

x
Single
y
Single

返回

适用于