3 implementations of Width
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
91 public float Width => _width;
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
20 public float Width => _image.Width;
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (1)
90 public float Width => (float)_bitmap.Size.Width;