BitmapDecoder.PixelWidth Property

Definition

The width of the first frame in pixels.

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

Property Value

UInt32

unsigned int

uint32_t

The width of the first frame in pixels.

Implements

Remarks

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

Applies to