다음을 통해 공유


PathGeometry Constructors

Definition

Overloads

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

PathGeometry()

public PathGeometry ();

Applies to

PathGeometry(PathFigureCollection)

public PathGeometry (Xamarin.Forms.Shapes.PathFigureCollection figures);
new Xamarin.Forms.Shapes.PathGeometry : Xamarin.Forms.Shapes.PathFigureCollection -> Xamarin.Forms.Shapes.PathGeometry

Parameters

Applies to

PathGeometry(PathFigureCollection, FillRule)

public PathGeometry (Xamarin.Forms.Shapes.PathFigureCollection figures, Xamarin.Forms.Shapes.FillRule fillRule);
new Xamarin.Forms.Shapes.PathGeometry : Xamarin.Forms.Shapes.PathFigureCollection * Xamarin.Forms.Shapes.FillRule -> Xamarin.Forms.Shapes.PathGeometry

Parameters

fillRule
FillRule

Applies to