3 references to Size
Microsoft.Maui (2)
Animations\AnimationLerpingExtensions.cs (2)
27 => new RectF(start.Location.Lerp(end.Location, progress), start.Size.Lerp(end.Size, progress));
Microsoft.Maui.Controls (1)
Shapes\Shape.cs (1)
386 SizeF boundsByFlattening = pathBounds.Size;