MonobjcMonobjc Documented Class Library
GetData Method (c)
NamespacesMonobjc.ApplicationServicesCGBitmapContextGetData(IntPtr)

Returns a pointer to the image data associated with a bitmap context.

Original signature is 'void * CGBitmapContextGetData ( CGContextRef c );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetData(
	IntPtr c
)
Public Shared Function GetData ( _
	c As IntPtr _
) As IntPtr
public:
static IntPtr GetData(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
A pointer to the specified bitmap context’s image data, or NULL if the context is not a bitmap context.
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)