Returns the amount of extended pixel padding in the pixel buffer.
Original signature is 'void CVPixelBufferGetExtendedPixels ( CVPixelBufferRef pixelBuffer, size_t *extraColumnsOnLeft, size_t *extraColumnsOnRight, size_t *extraRowsOnTop, size_t *extraRowsOnBottom );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static void GetExtendedPixels( IntPtr pixelBuffer, IntPtr extraColumnsOnLeft, IntPtr extraColumnsOnRight, IntPtr extraRowsOnTop, IntPtr extraRowsOnBottom )

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