PathF Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PathF() | |
PathF(PathF) | |
PathF(PointF) | |
PathF(Single, Single) |
PathF()
public:
PathF();
public PathF ();
Public Sub New ()
Gilt für:
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)
Parameter
- path
- PathF
Gilt für:
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)
Parameter
- point
- PointF