RoundedBorder

class RoundedBorder(val radius: Float) : Border

Constructors

Link copied to clipboard
constructor(radius: Float)

Properties

Link copied to clipboard

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