IBitmapFrame.PixelHeight Property

Definition

Returns the height of the frame in pixels.

public:
 property unsigned int PixelHeight { unsigned int get(); };
uint32_t PixelHeight();
public uint PixelHeight { get; }
var uInt32 = iBitmapFrame.pixelHeight;
Public ReadOnly Property PixelHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

The height of the frame in pixels.

Remarks

This property ignores any EXIF orientation flag value.

Applies to