Android.Graphics.Canvas.GetClipBounds Method
Return the bounds of the current clip (in local coordinates) in the bounds parameter, and return true if it is non-empty.

Syntax

[Android.Runtime.Register("getClipBounds", "(Landroid/graphics/Rect;)Z", "GetGetClipBounds_Landroid_graphics_Rect_Handler")]
public virtual bool GetClipBounds (Rect bounds)

Parameters

bounds
Return the clip bounds here. If it is null, ignore it but still return true if the current clip is non-empty.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the bounds of the current clip (in local coordinates) in the bounds parameter, and return true if it is non-empty. This can be useful in a way similar to quickReject, in that it tells you that drawing outside of these bounds will be clipped out.

[Android Documentation]

Requirements

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