Interface CanvasSettings

interface CanvasSettings {
    getContextAttributes(): CanvasRenderingContext2DSettings;
}

Hierarchy (View Summary)

Methods