2 writes to _width
Microsoft.Maui.Graphics (2)
PlatformImage.cs (2)
22
GetJpegDimension(out
_width
, out _height);
26
GetPngDimension(out
_width
, out _height);
1 reference to _width
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
91
public float Width =>
_width
;