MonobjcMonobjc Documented Class Library
GetExtendedPixels Method (pixelBuffer, extraColumnsOnLeft, extraColumnsOnRight, extraRowsOnTop, extraRowsOnBottom)
NamespacesMonobjc.QuartzCoreCVPixelBufferGetExtendedPixels(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static void GetExtendedPixels(
	IntPtr pixelBuffer,
	IntPtr extraColumnsOnLeft,
	IntPtr extraColumnsOnRight,
	IntPtr extraRowsOnTop,
	IntPtr extraRowsOnBottom
)
Public Shared Sub GetExtendedPixels ( _
	pixelBuffer As IntPtr, _
	extraColumnsOnLeft As IntPtr, _
	extraColumnsOnRight As IntPtr, _
	extraRowsOnTop As IntPtr, _
	extraRowsOnBottom As IntPtr _
)
public:
static void GetExtendedPixels(
	IntPtr pixelBuffer, 
	IntPtr extraColumnsOnLeft, 
	IntPtr extraColumnsOnRight, 
	IntPtr extraRowsOnTop, 
	IntPtr extraRowsOnBottom
)
Parameters
pixelBuffer (IntPtr)
MISSING
extraColumnsOnLeft (IntPtr)
MISSING
extraColumnsOnRight (IntPtr)
MISSING
extraRowsOnTop (IntPtr)
MISSING
extraRowsOnBottom (IntPtr)
MISSING
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)