BitmapSource.PixelWidth プロパティ

定義

ビットマップの幅 (ピクセル単位) を取得します。

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

プロパティ値

Int32

int

ビットマップの幅 (ピクセル単位)。

適用対象