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)
- Source:
- PathF.cs
- 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
- 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
Applies to
PathF(Single, Single)
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.