MonobjcMonobjc Documented Class Library
CompositionPickerViewDidStartAnimatingMessage Method (pickerView)
NamespacesMonobjc.QuartzQCCompositionPickerView..::..QCCompositionPickerViewDelegateEventDispatcherCompositionPickerViewDidStartAnimatingMessage(QCCompositionPickerView)

Performs custom tasks when the composition picker view starts animating a composition.

Original signature is '- (void) compositionPickerViewDidStartAnimating:(QCCompositionPickerView*)pickerView'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void CompositionPickerViewDidStartAnimatingMessage(
	QCCompositionPickerView pickerView
)
Public Sub CompositionPickerViewDidStartAnimatingMessage ( _
	pickerView As QCCompositionPickerView _
)
public:
void CompositionPickerViewDidStartAnimatingMessage(
	QCCompositionPickerView^ pickerView
)
Parameters
pickerView (QCCompositionPickerView)
The composition picker view in which the composition started animating.
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)