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 オブジェクトのピクセルの高さ。

適用対象