UIGraphics.RectClip(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.