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