次の方法で共有


SoftwareBitmap.PixelWidth プロパティ

定義

ソフトウェア ビットマップの幅をピクセル単位で取得します。

public:
 property int PixelWidth { int get(); };
int PixelWidth();
public int PixelWidth { get; }
var int32 = softwareBitmap.pixelWidth;
Public ReadOnly Property PixelWidth As Integer

プロパティ値

Int32

int

ソフトウェア ビットマップの幅 (ピクセル単位)。

適用対象