1 implementation of GetLayoutBounds
Microsoft.Maui.Controls (1)
Layout\AbsoluteLayout.cs (1)
76
public Rect
GetLayoutBounds
(IView view)
2 references to GetLayoutBounds
Microsoft.Maui (2)
Layouts\AbsoluteLayoutManager.cs (2)
36
var bounds = AbsoluteLayout.
GetLayoutBounds
(child);
77
var destination = AbsoluteLayout.
GetLayoutBounds
(child);