3 references to GetBoundsByFlattening
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
281
RectF pathBounds = path.
GetBoundsByFlattening
(1);
385
RectF pathBounds = this.GetPath().
GetBoundsByFlattening
(1);
Microsoft.Maui.Graphics (1)
PathF.cs (1)
1408
_cachedBounds =
GetBoundsByFlattening
();