draw

abstract fun draw(x: Float, y: Float, width: Float, height: Float, size: Edges)

Draw the background of an area.

Parameters

size

The size of the border which will be drawn on top of the background. Often ignored


open fun draw(node: Node, size: Edges)