4 references to Rect
Microsoft.Maui (1)
Animations\AnimationLerpingExtensions.cs (1)
36 => new Rect(start.Location.Lerp(end.Location, progress), start.Size.Lerp(end.Size, progress));
Microsoft.Maui.Controls.Foldable (3)
TwoPaneViewLayoutGuide.cs (3)
153 containerArea = new Rect(Point.Zero, DualScreenService.ScaledScreenSize); 168 containerArea = new Rect(Point.Zero, DualScreenService.ScaledScreenSize); 176 containerArea = new Rect(locationOnScreen.Value, new Size(width, height));