MonobjcMonobjc Documented Class Library
InitWithCVImageBufferOptions Method (imageBuffer, dict)
NamespacesMonobjc.QuartzCoreCIImageInitWithCVImageBufferOptions(IntPtr, NSDictionary)

Initializes an image object from the contents of CVImageBuffer object, using the specified options.

Original signature is '- (id)initWithCVImageBuffer:(CVImageBufferRef)imageBuffer options:(NSDictionary *)dict'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithCVImageBufferOptions(
	IntPtr imageBuffer,
	NSDictionary dict
)
Public Overridable Function InitWithCVImageBufferOptions ( _
	imageBuffer As IntPtr, _
	dict As NSDictionary _
) As Id
public:
virtual Id^ InitWithCVImageBufferOptions(
	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
The initialized image object or nil if the object could not be initialized.
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)