Android.Graphics.Canvas.MaximumBitmapWidth Property
Returns the maximum allowed width for bitmaps drawn with this canvas.

Syntax

[get: Android.Runtime.Register("getMaximumBitmapWidth", "()I", "GetGetMaximumBitmapWidthHandler")]
public virtual int MaximumBitmapWidth { get; }

See Also

Canvas.MaximumBitmapHeight

Value

Documentation for this section has not yet been entered.

Remarks

Returns the maximum allowed width for bitmaps drawn with this canvas. Attempting to draw with a bitmap wider 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