PathGeometry 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
PathGeometry() | |
PathGeometry(PathFigureCollection) | |
PathGeometry(PathFigureCollection, FillRule) |
PathGeometry()
- Source:
- PathGeometry.cs
- Source:
- PathGeometry.cs
public:
PathGeometry();
public PathGeometry ();
Public Sub New ()
Applies to
PathGeometry(PathFigureCollection)
- Source:
- PathGeometry.cs
- Source:
- PathGeometry.cs
public:
PathGeometry(Microsoft::Maui::Controls::Shapes::PathFigureCollection ^ figures);
public PathGeometry (Microsoft.Maui.Controls.Shapes.PathFigureCollection figures);
new Microsoft.Maui.Controls.Shapes.PathGeometry : Microsoft.Maui.Controls.Shapes.PathFigureCollection -> Microsoft.Maui.Controls.Shapes.PathGeometry
Public Sub New (figures As PathFigureCollection)
Parameters
- figures
- PathFigureCollection
Applies to
PathGeometry(PathFigureCollection, FillRule)
- Source:
- PathGeometry.cs
- Source:
- PathGeometry.cs
public:
PathGeometry(Microsoft::Maui::Controls::Shapes::PathFigureCollection ^ figures, Microsoft::Maui::Controls::Shapes::FillRule fillRule);
public PathGeometry (Microsoft.Maui.Controls.Shapes.PathFigureCollection figures, Microsoft.Maui.Controls.Shapes.FillRule fillRule);
new Microsoft.Maui.Controls.Shapes.PathGeometry : Microsoft.Maui.Controls.Shapes.PathFigureCollection * Microsoft.Maui.Controls.Shapes.FillRule -> Microsoft.Maui.Controls.Shapes.PathGeometry
Public Sub New (figures As PathFigureCollection, fillRule As FillRule)
Parameters
- figures
- PathFigureCollection
- fillRule
- FillRule
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.