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
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
)

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)