Share via


Path Constructors

Definition

Overloads

Path()
Path(Geometry)

Path()

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

Applies to

Path(Geometry)

public:
 Path(Microsoft::Maui::Controls::Shapes::Geometry ^ data);
public Path (Microsoft.Maui.Controls.Shapes.Geometry data);
new Microsoft.Maui.Controls.Shapes.Path : Microsoft.Maui.Controls.Shapes.Geometry -> Microsoft.Maui.Controls.Shapes.Path
Public Sub New (data As Geometry)

Parameters

data
Geometry

Applies to