MonobjcMonobjc Documented Class Library
ImageWithCVImageBufferOptions Method (imageBuffer, dict)
NamespacesMonobjc.QuartzCoreCIImageImageWithCVImageBufferOptions(IntPtr, NSDictionary)

Creates and returns an image object from the contents of CVImageBuffer object, using the specified options.

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

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CIImage ImageWithCVImageBufferOptions(
	IntPtr imageBuffer,
	NSDictionary dict
)
Public Shared Function ImageWithCVImageBufferOptions ( _
	imageBuffer As IntPtr, _
	dict As NSDictionary _
) As CIImage
public:
static CIImage^ ImageWithCVImageBufferOptions(
	IntPtr imageBuffer, 
	NSDictionary^ dict
)
Parameters
imageBuffer (IntPtr)
A CVImageBuffer object. For more information, see Core Video Programming Guide and Core Video Reference.
dict (NSDictionary)
A dictionary that contains options for creating an image object. You can supply such options as a color space. (The pixel format is supplied by the CVImageBuffer object.)
Return Value
An image object initialized with the contents of the image buffer object and set up with the specified options.
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)