IBitmapFrame.PixelWidth Property

Definition

Returns the width of the frame in pixels.

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

Property Value

UInt32

unsigned int

uint32_t

The width of the frame in pixels.

Remarks

This property ignores any EXIF orientation flag value.

Applies to