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

Int32

int

The height of the software bitmap, in pixels.

Applies to