Share via


PathGeometry Constructors

Definition

Overloads

PathGeometry()
PathGeometry(PathFigureCollection)
PathGeometry(PathFigureCollection, FillRule)

PathGeometry()

public:
 PathGeometry();
public PathGeometry ();
Public Sub New ()

Applies to

PathGeometry(PathFigureCollection)

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

Applies to

PathGeometry(PathFigureCollection, FillRule)

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

fillRule
FillRule

Applies to