BitmapData.Height プロパティ

定義

Bitmap オブジェクトの高さ (ピクセル単位) を取得または設定します。 スキャン ラインの数を指す場合もあります。

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
member this.Height : int with get, set
Public Property Height As Integer

プロパティ値

Bitmap オブジェクトの高さ (ピクセル単位)。

適用対象