MonobjcMonobjc Documented Class Library
GetHeightOfPlane Method (pixelBuffer, planeIndex)
NamespacesMonobjc.QuartzCoreCVPixelBufferGetHeightOfPlane(IntPtr, NSUInteger)

Returns the height of the plane at planeIndex in the pixel buffer.

Original signature is 'size_t CVPixelBufferGetHeightOfPlane ( CVPixelBufferRef pixelBuffer, size_t planeIndex );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger GetHeightOfPlane(
	IntPtr pixelBuffer,
	NSUInteger planeIndex
)
Public Shared Function GetHeightOfPlane ( _
	pixelBuffer As IntPtr, _
	planeIndex As NSUInteger _
) As NSUInteger
public:
static NSUInteger GetHeightOfPlane(
	IntPtr pixelBuffer, 
	NSUInteger planeIndex
)
Parameters
pixelBuffer (IntPtr)
MISSING
planeIndex (NSUInteger)
MISSING
Return Value
The height of the buffer, in pixels, or 0 for nonplanar pixel buffers.
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)