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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.