DrawScope

interface DrawScope

Inheritors

Properties

Link copied to clipboard
abstract val height: Int
Link copied to clipboard
abstract val width: Int

Functions

Link copied to clipboard
abstract fun drawRect(color: Color, row: Int = 0, column: Int = 0, width: Int = this.width, height: Int = this.height)
Link copied to clipboard
abstract fun drawText(row: Int, column: Int, string: AnnotatedString, foreground: Color? = null, background: Color? = null, style: TextStyle? = null)
abstract fun drawText(row: Int, column: Int, string: String, foreground: Color? = null, background: Color? = null, style: TextStyle? = null)