次の方法で共有


BitmapDecoder.PixelWidth プロパティ

定義

最初のフレームの幅 (ピクセル単位)。

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

プロパティ値

UInt32

unsigned int

uint32_t

最初のフレームの幅 (ピクセル単位)。

実装

注釈

ネイティブに格納されている画像のピクセルサイズには PixelWidth を使用します。

適用対象