BitmapSource.PixelHeight Property
Definition
Gets the height of the bitmap in pixels.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.Imaging.BitmapSource.PixelHeight.
public:
property int PixelHeight { int get(); };
int PixelHeight();
public int PixelHeight { get; }
var int32 = bitmapSource.pixelHeight;
Public ReadOnly Property PixelHeight As Integer
Property Value
The height of the bitmap in pixels.