Android.Graphics.Canvas.ClipRect Method
Intersect the current clip with the specified rectangle, which is expressed in local coordinates.

Syntax

[Android.Runtime.Register("clipRect", "(Landroid/graphics/RectF;)Z", "GetClipRect_Landroid_graphics_RectF_Handler")]
public virtual bool ClipRect (RectF rect)

Parameters

rect
The rectangle to intersect with the current clip.

Returns

Documentation for this section has not yet been entered.

Remarks

Intersect the current clip with the specified rectangle, which is expressed in local coordinates.

[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