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

Syntax

[Android.Runtime.Register("clipRect", "(IIII)Z", "GetClipRect_IIIIHandler")]
public virtual bool ClipRect (int left, int top, int right, int bottom)

Parameters

left
The left side of the rectangle to intersect with the current clip
top
The top of the rectangle to intersect with the current clip
right
The right side of the rectangle to intersect with the current clip
bottom
The bottom of 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