BitmapDecoder.PixelHeight Property

Definition

The height of the first frame in pixels.

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

Property Value

UInt32

unsigned int

uint32_t

The height of the first frame in pixels.

Implements

Remarks

Use PixelHeight for pixel dimensions of the image as it is natively stored.

Applies to