次の方法で共有


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

適用対象