MonobjcMonobjc Documented Class Library
ImageWithCVImageBuffer Method (imageBuffer)
NamespacesMonobjc.QuartzCoreCIImageImageWithCVImageBuffer(IntPtr)

Creates and returns an image object from the contents of CVImageBuffer object.

Original signature is '+ (CIImage *)imageWithCVImageBuffer:(CVImageBufferRef)imageBuffer'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIImage ImageWithCVImageBuffer(
	IntPtr imageBuffer
)
Public Shared Function ImageWithCVImageBuffer ( _
	imageBuffer As IntPtr _
) As CIImage
public:
static CIImage^ ImageWithCVImageBuffer(
	IntPtr imageBuffer
)
Parameters
imageBuffer (IntPtr)
A CVImageBuffer object. For more information, see Core Video Programming Guide and Core Video Reference.
Return Value
An image object initialized with the contents of the image buffer object.
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)