UIGraphics.RectClip(CGRect) Method

Definition

Intersects the current clipping path with the specified rectangle.

public static void RectClip (CoreGraphics.CGRect rect);
static member RectClip : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect

New clipping path.

Applies to