DummyRenderer

open class DummyRenderer(val width: Int, val height: Int) : Renderer

Inheritors

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val height: Int
Link copied to clipboard
open override val width: Int

Functions

Link copied to clipboard
inline fun <T> buffering(callback: () -> T): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun drawImage(image: Bitmap, pos: Point, size: Size = image.size.toFloat(), transform: Matrix = Matrix.IDENTITY)
Link copied to clipboard
Link copied to clipboard
open fun render(state: Context2d.State, fill: Boolean, winding: Winding? = null)