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()
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
- figures
- PathFigureCollection
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
- figures
- PathFigureCollection
- fillRule
- FillRule