NoBorder

object NoBorder : Border

The default border for a Region. Takes no space, and draws nothing.

Functions

Link copied to clipboard
open override fun draw(x: Float, y: Float, width: Float, height: Float, color: Color, size: Edges)

Draw a border inside the rectangle defined by x,y, width and height. The thickness of the border is given by size.

Link copied to clipboard
open override fun toString(): String