TextBox

class TextBox(val rect: Rect, direction: Direction)

Constructors

Link copied to clipboard
constructor(l: Float, t: Float, r: Float, b: Float, direction: Int)
constructor(rect: Rect, direction: Direction)

Types

Link copied to clipboard
object Companion : ArrayInteropDecoder<TextBox>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rect: Rect

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String