MonobjcMonobjc Documented Class Library
FillRects Method (c, rects, count)
NamespacesMonobjc.ApplicationServicesCGContextFillRects(IntPtr, IntPtr, NSUInteger)

Paints the areas contained within the provided rectangles, using the fill color in the current graphics state.

Original signature is 'void CGContextFillRects ( CGContextRef c, const CGRect rects[], size_t count );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void FillRects(
	IntPtr c,
	IntPtr rects,
	NSUInteger count
)
Public Shared Sub FillRects ( _
	c As IntPtr, _
	rects As IntPtr, _
	count As NSUInteger _
)
public:
static void FillRects(
	IntPtr c, 
	IntPtr rects, 
	NSUInteger count
)
Parameters
c (IntPtr)
MISSING
rects (IntPtr)
MISSING
count (NSUInteger)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)