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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI