Méthode | Description | |
---|---|---|
CanvasPlaybackApp ( ICanvasPlayback canvasPlayback, |
Initializes a new instance of the Paint.CanvasPlaybackApp class.
|
|
ForcePause ( ) : void |
Forces the playback to pause.
|
Méthode | Description | |
---|---|---|
CreateToolbox ( ) : IToolBox |
Creates the toolbox.
|
|
OnExiting ( object sender, |
Raises the exiting event.
|
|
Update ( |
Called often. Allows us to handle any user input (gestures on screen) and/or game time related work - e.g. moving an animation character based on elapsed time since last called etc
|
Méthode | Description | |
---|---|---|
HandleInput ( ) : void |
Handles any user input. Collect all gestures made since the last 'update' - check if these need to be handled
|
public CanvasPlaybackApp ( ICanvasPlayback canvasPlayback, |
||
canvasPlayback | ICanvasPlayback | Canvas Playback data |
imageStateData | ImageSaveData | |
toolboxLayoutDefinition | Layout of the toolbox | |
deviceScale | int | The device scale/resolution. 1 = normal. 2 = retina. |
Résultat | System |
protected OnExiting ( object sender, |
||
sender | object | Sender. |
args | Arguments. | |
Résultat | void |
protected Update ( |
||
gameTime | /// Allows you to monitor time passed since last draw /// | |
Résultat | void |