MonobjcMonobjc Documented Class Library
GetColorSpace Method (c)
NamespacesMonobjc.ApplicationServicesCGBitmapContextGetColorSpace(IntPtr)

Returns the color space of a bitmap context.

Original signature is 'CGColorSpaceRef CGBitmapContextGetColorSpace ( CGContextRef c );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetColorSpace(
	IntPtr c
)
Public Shared Function GetColorSpace ( _
	c As IntPtr _
) As IntPtr
public:
static IntPtr GetColorSpace(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
The color space of the specified context, or NULL if the context is not a bitmap context. You are responsible for retaining and releasing this object as necessary.
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)