BitmapSource.PixelHeight プロパティ

定義

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

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

プロパティ値

Int32

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

適用対象