MonobjcMonobjc Documented Class Library
GetHeight Method (c)
NamespacesMonobjc.ApplicationServicesCGBitmapContextGetHeight(IntPtr)

Returns the height in pixels of a bitmap context.

Original signature is 'size_t CGBitmapContextGetHeight ( CGContextRef c );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger GetHeight(
	IntPtr c
)
Public Shared Function GetHeight ( _
	c As IntPtr _
) As NSUInteger
public:
static NSUInteger GetHeight(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
The height in pixels of the specified context, or 0 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)