4 implementations of PathForBounds
Microsoft.Maui.Controls (4)
BoxView\BoxView.cs (1)
86
PathF IShape.
PathForBounds
(Rect bounds)
Shapes\Geometry.cs (1)
11
PathF IShape.
PathForBounds
(Graphics.Rect bounds)
Shapes\RoundRectangle.cs (1)
73
PathF IShape.
PathForBounds
(Graphics.Rect viewBounds)
Shapes\Shape.cs (1)
263
PathF IShape.
PathForBounds
(Graphics.Rect viewBounds)
2 references to PathForBounds
Microsoft.Maui (2)
Extensions\IndicatorViewExtensions.cs (1)
36
var path = sH.
PathForBounds
(new Rect(0, 0, 6, 6));
Graphics\ShapeDrawable.cs (1)
61
PathF? path = shape.
PathForBounds
(rect);