MonobjcMonobjc Documented Class Library
GetDecode Method (image)
NamespacesMonobjc.ApplicationServicesCGImageGetDecode(IntPtr)

Returns the decode array for a bitmap image.

Original signature is 'const CGFloat * CGImageGetDecode ( CGImageRef image );'

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr GetDecode(
	IntPtr image
)
Public Shared Function GetDecode ( _
	image As IntPtr _
) As IntPtr
public:
static IntPtr GetDecode(
	IntPtr image
)
Parameters
image (IntPtr)
MISSING
Return Value
The decode array for a bitmap image (or image mask). See the discussion for a description of possible return values.
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)