IBitmapFrame.PixelWidth 屬性

定義

以圖元傳回框架的寬度。

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

屬性值

UInt32

unsigned int

uint32_t

以圖元為單位的框架寬度。

備註

此屬性會忽略任何 EXIF 方向旗標值。

適用於