1 instantiation of Rect
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
489
Bounds = new GIFBitmap.
Rect
(stream.ReadShort(), stream.ReadShort(), stream.ReadShort(), stream.ReadShort());
3 references to Rect
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
357
public GIFBitmap.
Rect
Bounds { get; private set; }
632
var
previousBitmapBounds = previousBitmap.Bounds;
672
var
bounds = currentBitmap.Bounds;