1 reference to FromLTRB
Microsoft.Maui.Graphics (1)
Rect.cs (1)
107
return
FromLTRB
(Math.Min(r1.Left, r2.Left), Math.Min(r1.Top, r2.Top), Math.Max(r1.Right, r2.Right), Math.Max(r1.Bottom, r2.Bottom));