BitmapData::Height Property

 

Gets or sets the pixel height of the Bitmap object. Also sometimes referred to as the number of scan lines.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property int Height {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The pixel height of the Bitmap object.

.NET Framework
Available since 1.1
Return to top
Show: