BitmapData.Height

BitmapData.Height property

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

public int Height { get; set; }

Return Value

The pixel height of the Bitmap object.

See Also