BitmapData.Height Eigenschap

Definitie

Hiermee wordt de pixelhoogte van het Bitmap object opgehaald of ingesteld. Ook wel het aantal scanlijnen genoemd.

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

Waarde van eigenschap

De pixelhoogte van het Bitmap object.

Van toepassing op