3 implementations of Height
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
93 public float Height => _height;
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
22 public float Height => _image.Height;
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
92 public float Height => (float)_bitmap.Size.Height;