Returns the nominal output display size, in square pixels, of a Core Video image buffer.
Original signature is 'CGSize CVImageBufferGetDisplaySize ( CVImageBufferRef imageBuffer );'
Available in Mac OS X v10.4 and later.


- imageBuffer (IntPtr)
- MISSING

A CGSize structure defining the nominal display size of the buffer Returns zero size if called with a non-CVImageBufferRef type or NULL.

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