MonobjcMonobjc Documented Class Library
GetBitmapInfo Method (c)
NamespacesMonobjc.ApplicationServicesCGBitmapContextGetBitmapInfo(IntPtr)

Obtains the bitmap information associated with a bitmap graphics context.

Original signature is 'CGBitmapInfo CGBitmapContextGetBitmapInfo ( CGContextRef c );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGBitmapInfo GetBitmapInfo(
	IntPtr c
)
Public Shared Function GetBitmapInfo ( _
	c As IntPtr _
) As CGBitmapInfo
public:
static CGBitmapInfo GetBitmapInfo(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
The bitmap info of the bitmap graphics context or 0 if c is not a bitmap graphics context. See CGImage Reference for a description of the Image Bitmap Information constants that can be returned.
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)