다음을 통해 공유


PathF 생성자

정의

오버로드

PathF()
PathF(PathF)
PathF(PointF)
PathF(Single, Single)

PathF()

public:
 PathF();
public PathF ();
Public Sub New ()

적용 대상

PathF(PathF)

public:
 PathF(Microsoft::Maui::Graphics::PathF ^ path);
public PathF (Microsoft.Maui.Graphics.PathF path);
new Microsoft.Maui.Graphics.PathF : Microsoft.Maui.Graphics.PathF -> Microsoft.Maui.Graphics.PathF
Public Sub New (path As PathF)

매개 변수

path
PathF

적용 대상

PathF(PointF)

public:
 PathF(Microsoft::Maui::Graphics::PointF point);
public PathF (Microsoft.Maui.Graphics.PointF point);
new Microsoft.Maui.Graphics.PathF : Microsoft.Maui.Graphics.PointF -> Microsoft.Maui.Graphics.PathF
Public Sub New (point As PointF)

매개 변수

point
PointF

적용 대상

PathF(Single, Single)

public:
 PathF(float x, float y);
public PathF (float x, float y);
new Microsoft.Maui.Graphics.PathF : single * single -> Microsoft.Maui.Graphics.PathF
Public Sub New (x As Single, y As Single)

매개 변수

x
Single
y
Single

적용 대상