6 references to Rect
Microsoft.Maui (3)
Animations\AnimationLerpingExtensions.cs (1)
36 => new Rect(start.Location.Lerp(end.Location, progress), start.Size.Lerp(end.Size, progress));
Platform\iOS\MauiScrollView.cs (1)
55 var size = crossPlatformLayout.CrossPlatformArrange(new Rect(new Point(), crossPlatformBounds));
Platform\iOS\ViewExtensions.cs (1)
507 new Rect(
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));