MonobjcMonobjc Documented Class Library
SetFillColor Method (c, components)
NamespacesMonobjc.ApplicationServicesCGContextSetFillColor(IntPtr, IntPtr)

Sets the current fill color.

Original signature is 'void CGContextSetFillColor ( CGContextRef c, const CGFloat components[] );'

Available in Mac OS X v10.0 and later.

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