toggleCanvas

toggle visibility of canvas

void toggleCanvas();

Example

some.toggleCanvas();

Details

Will hide visible canvas, and will show the hidden one.

Back to top