Starts rendering a composition in a view.
SDK
- macOS 10.4+
Framework
- Quartz
Declaration
- (IBAction)start:(id)sender;
Parameters
sender
The object (such as a button or menu item) sending the message to start rendering. You need to connect the object in the interface to the action.
Return Value
The message sent to the target.
Discussion
The method is invoked when the user clicks a button or issues a command from some other user interface element, such as a menu. It is equivalent to the start
method.