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

main.canvas.CanvasPattern.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package canvas

import dom.geometry.DOMMatrix2DInit
import dom.geometry.DOMMatrixReadOnly

sealed external class CanvasPattern {
    /** Sets the transformation matrix that will be used when rendering the pattern during a fill or stroke painting operation. */
    fun setTransform(transform: DOMMatrix2DInit = definedExternally)
    fun setTransform(transform: DOMMatrixReadOnly /* DOMMatrix2DInit */)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy