SoftwareBitmap.PixelHeight Property
Definition
Gets the height of the software bitmap, in pixels.
public:
property int PixelHeight { int get(); };
int PixelHeight();
public int PixelHeight { get; }
var int32 = softwareBitmap.pixelHeight;
Public ReadOnly Property PixelHeight As Integer
Property Value
The height of the software bitmap, in pixels.