1 write to Bounds
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
489
Bounds
= new GIFBitmap.Rect(stream.ReadShort(), stream.ReadShort(), stream.ReadShort(), stream.ReadShort());
2 references to Bounds
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
632
var previousBitmapBounds = previousBitmap.
Bounds
;
672
var bounds = currentBitmap.
Bounds
;