BitmapDecoder.PixelWidth プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
最初のフレームの幅 (ピクセル単位)。
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
プロパティ値
最初のフレームの幅 (ピクセル単位)。
実装
注釈
ネイティブに格納されている画像のピクセルサイズには PixelWidth を使用します。