MonobjcMonobjc Documented Class Library
Image Property
NamespacesMonobjc.QuartzCoreCIImageAccumulatorImage

Returns the current contents of the image accumulator.

Original signature is '- (CIImage *)image'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIImage Image { get; set; }
Public Overridable Property Image As CIImage
	Get
	Set
public:
virtual property CIImage^ Image {
	CIImage^ get ();
	void set (CIImage^ value);
}
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)