On this page

Interface CanvasState

interface CanvasState {
    isContextLost(): boolean;
    reset(): void;
    restore(): void;
    save(): void;
}

Hierarchy (View Summary)

Index

Methods

Was this helpful?
SDK JS
Reference
CanvasState