MonobjcMonobjc Documented Class Library
SetFillColorWithColor Method (c, color)
NamespacesMonobjc.ApplicationServicesCGContextSetFillColorWithColor(IntPtr, IntPtr)

Sets the current fill color in a graphics context, using a Quartz color.

Original signature is 'void CGContextSetFillColorWithColor ( CGContextRef c, CGColorRef color );'

Available in Mac OS X v10.3 and later.

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