Android.Graphics.Canvas.MaximumBitmapHeight Property
Returns the maximum allowed height for bitmaps drawn with this canvas.

Syntax

[get: Android.Runtime.Register("getMaximumBitmapHeight", "()I", "GetGetMaximumBitmapHeightHandler")]
public virtual int MaximumBitmapHeight { get; }

See Also

Canvas.MaximumBitmapWidth

Value

Documentation for this section has not yet been entered.

Remarks

Returns the maximum allowed height for bitmaps drawn with this canvas. Attempting to draw with a bitmap taller than this value will result in an error.

[Android Documentation]

Requirements

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