All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.canvas.CanvasRenderingContext2D.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.canvas

import web.html.HTMLCanvasElement

sealed external class CanvasRenderingContext2D :
    CanvasCompositing,
    CanvasDrawImage,
    CanvasDrawPath,
    CanvasFillStrokeStyles,
    CanvasFilters,
    CanvasImageData,
    CanvasImageSmoothing,
    CanvasPath,
    CanvasPathDrawingStyles,
    CanvasRect,
    CanvasShadowStyles,
    CanvasState,
    CanvasText,
    CanvasTextDrawingStyles,
    CanvasTransform,
    CanvasUserInterface {
    val canvas: HTMLCanvasElement
    fun getContextAttributes(): CanvasRenderingContext2DSettings
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy