BitmapSource.PixelWidth プロパティ

定義

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

public:
 virtual property int PixelWidth { int get(); };
public virtual int PixelWidth { get; }
member this.PixelWidth : int
Public Overridable ReadOnly Property PixelWidth As Integer

プロパティ値

Int32

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

適用対象