次の方法で共有


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 方向フラグ値を無視します。

適用対象