3 implementations of DrawPath
Microsoft.Maui.Graphics (3)
AbstractCanvas.cs (1)
196 public void DrawPath(PathF path)
PictureCanvas.cs (1)
184 public void DrawPath(PathF path)
ScalingCanvas.cs (1)
175 public void DrawPath(PathF path)
8 references to DrawPath
Microsoft.Maui (1)
Graphics\ShapeDrawable.cs (1)
110 canvas.DrawPath(path);
Microsoft.Maui.Graphics (7)
CanvasExtensions.cs (5)
44 target.DrawPath(path); 51 target.DrawPath(path); 58 target.DrawPath(path); 65 target.DrawPath(path); 128 target.DrawPath(path);
PictureCanvas.cs (1)
186 _commands.Add(canvas => canvas.DrawPath(path));
ScalingCanvas.cs (1)
178 _canvas.DrawPath(scaledPath);