संपादन करना

के माध्यम से साझा करें


BitmapData.Height Property

Definition

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

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

Property Value

The pixel height of the Bitmap object.

Applies to