Share via


BitmapFrame.PixelWidth プロパティ

定義

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

public:
 property unsigned int PixelWidth { unsigned int get(); };
uint32_t PixelWidth();
public uint PixelWidth { get; }
var uInt32 = bitmapFrame.pixelWidth;
Public ReadOnly Property PixelWidth As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

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

実装

注釈

ネイティブに格納されている画像のピクセルサイズが必要な場合は、PixelWidth プロパティを使用します。

適用対象