MonobjcMonobjc Documented Class Library
FillRect Method (c, rect)
NamespacesMonobjc.ApplicationServicesCGContextFillRect(IntPtr, CGRect)

Paints the area contained within the provided rectangle, using the fill color in the current graphics state.

Original signature is 'void CGContextFillRect ( CGContextRef c, CGRect rect );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void FillRect(
	IntPtr c,
	CGRect rect
)
Public Shared Sub FillRect ( _
	c As IntPtr, _
	rect As CGRect _
)
public:
static void FillRect(
	IntPtr c, 
	CGRect rect
)
Parameters
c (IntPtr)
MISSING
rect (CGRect)
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)