Sets the clipping path to the intersection of the current clipping path with the region defined by an array of rectangles.
Original signature is 'void CGContextClipToRects ( CGContextRef c, const CGRect rects[], size_t count );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void ClipToRects( IntPtr c, IntPtr rects, NSUInteger count )
Public Shared Sub ClipToRects ( _ c As IntPtr, _ rects As IntPtr, _ count As NSUInteger _ )
public: static void ClipToRects( IntPtr c, IntPtr rects, NSUInteger count )


- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)