draw

abstract fun draw(context: DrawContext, left: Float, top: Float, right: Float, bottom: Float, opacity: Float = 1.0f)

Instructs the Component to draw itself at the given coordinates.