BitmapSource.PixelHeight Property

Definition

Gets the height of the bitmap in pixels.

public:
 property int PixelHeight { int get(); };
int PixelHeight();
public int PixelHeight { get; }
var int32 = bitmapSource.pixelHeight;
Public ReadOnly Property PixelHeight As Integer

Property Value

Int32

int

The height of the bitmap in pixels.

Applies to