MonobjcMonobjc Documented Class Library
Play Method (sender)
NamespacesMonobjc.QuartzQCViewPlay(Id)

Plays or pauses a composition in a view.

Original signature is '- (IBAction) play:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Play(
	Id sender
)
Public Overridable Sub Play ( _
	sender As Id _
)
public:
virtual void Play(
	Id^ sender
)
Parameters
sender (Id)
The object (such as a button or menu item) sending the message to play the composition. You need to connect the object in the interface to the action.
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)