Interface CanvasState
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("CanvasState")]
public interface CanvasState
Methods
IsContextLost()
[Value("isContextLost")]
bool IsContextLost()
Returns
Reset()
[Value("reset")]
GlobalObject.Undefined Reset()
Returns
Restore()
[Value("restore")]
GlobalObject.Undefined Restore()
Returns
Save()
[Value("save")]
GlobalObject.Undefined Save()