PathF Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PathF() | |
PathF(PathF) | |
PathF(PointF) | |
PathF(Single, Single) |
PathF()
PathF(PathF)
- Source:
- PathF.cs
- Source:
- PathF.cs
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)
Parameters
- path
- PathF
Applies to
PathF(PointF)
- Source:
- PathF.cs
- Source:
- PathF.cs
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)
Parameters
- point
- PointF