Android.Graphics.Bitmap.Height Property
Returns the bitmap's height

Syntax

[get: Android.Runtime.Register("getHeight", "()I", "GetGetHeightHandler")]
[set: Android.Runtime.Register("setHeight", "(I)V", "GetSetHeight_IHandler")]
public int Height { get; set; }

See Also

Bitmap.Reconfigure(int, System.Int32, System.Int32)
Bitmap.Width
Bitmap.SetConfig(.Config)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the bitmap's height

Set method documentation [Android Documentation]

Convenience method for calling Bitmap.Reconfigure(int, System.Int32, System.Int32) with the current width and config.

WARNING: this method should not be used on bitmaps currently used by the view system, see Bitmap.Reconfigure(int, System.Int32, System.Int32) for more details.

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1