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.

C# | Visual Basic | Visual C++ |
public static NSUInteger GetBytesPerRow( IntPtr c )
Public Shared Function GetBytesPerRow ( _ c As IntPtr _ ) As NSUInteger
public: static NSUInteger GetBytesPerRow( IntPtr c )

- c (IntPtr)
- MISSING

The number of bytes per row of the specified context, or 0 if the context is not a bitmap context.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)