MonobjcMonobjc Documented Class Library
CreateImage Method (c)
NamespacesMonobjc.ApplicationServicesCGBitmapContextCreateImage(IntPtr)

Creates and returns a Quartz image from the pixel data in a bitmap graphics context.

Original signature is 'CGImageRef CGBitmapContextCreateImage ( CGContextRef c );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CreateImage(
	IntPtr c
)
Public Shared Function CreateImage ( _
	c As IntPtr _
) As IntPtr
public:
static IntPtr CreateImage(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
A CGImage object that contains a snapshot of the bitmap graphics context or NULL if the image is not created.
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)