MonobjcMonobjc Documented Class Library
SetFillColorSpace Method (c, colorspace)
NamespacesMonobjc.ApplicationServicesCGContextSetFillColorSpace(IntPtr, IntPtr)

Sets the fill color space in a graphics context.

Original signature is 'void CGContextSetFillColorSpace ( CGContextRef c, CGColorSpaceRef colorspace );'

Available in Mac OS X v10.0 and later.

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