Returns the width of a bitmap image.
Original signature is 'size_t CGImageGetWidth ( CGImageRef image );'
Available in Mac OS X version 10.0 and later.

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

- image (IntPtr)
- MISSING

The width, in pixels, of the specified bitmap image (or image mask).

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