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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.