IBitmapFrame.PixelWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The width of the frame in pixels.
Remarks
This property ignores any EXIF orientation flag value.