MonobjcMonobjc Documented Class Library
CompositionRenderer Property
NamespacesMonobjc.QuartzQCCompositionParameterViewCompositionRenderer

Returns the renderer object associated with the composition parameter view.

Original signature is '- (id<QCCompositionRenderer>) compositionRenderer'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IQCCompositionRenderer CompositionRenderer { get; set; }
Public Overridable Property CompositionRenderer As IQCCompositionRenderer
	Get
	Set
public:
virtual property IQCCompositionRenderer^ CompositionRenderer {
	IQCCompositionRenderer^ get ();
	void set (IQCCompositionRenderer^ 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.Quartz (Module: Monobjc.Quartz)