MonobjcMonobjc Documented Class Library
StartAnimation Method (sender)
NamespacesMonobjc.QuartzQCCompositionPickerViewStartAnimation(Id)

Starts animating the composition in the composition picker view.

Original signature is '- (void) startAnimation:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void StartAnimation(
	Id sender
)
Public Overridable Sub StartAnimation ( _
	sender As Id _
)
public:
virtual void StartAnimation(
	Id^ sender
)
Parameters
sender (Id)
The object initiating the animation.
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)