MonobjcMonobjc Documented Class Library
GetBytesPerRow Method (c)
NamespacesMonobjc.ApplicationServicesCGBitmapContextGetBytesPerRow(IntPtr)

Returns the bytes per row of a bitmap context.

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

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger GetBytesPerRow(
	IntPtr c
)
Public Shared Function GetBytesPerRow ( _
	c As IntPtr _
) As NSUInteger
public:
static NSUInteger GetBytesPerRow(
	IntPtr c
)
Parameters
c (IntPtr)
MISSING
Return Value
The number of bytes per row 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)