Search


Search something to see results

CanvasState

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

Hierarchy (View Summary)

Index

Methods

Methods

Returns boolean

Returns void

Returns void

Returns void