ClipRegion

data class ClipRegion(val left: Int, val bottom: Int, val width: Int, val height: Int)

Constructors

Link copied to clipboard
constructor(left: Int, bottom: Int, width: Int, height: Int)

Properties

Link copied to clipboard
val bottom: Int
Link copied to clipboard
val height: Int
Link copied to clipboard
val left: Int
Link copied to clipboard
val right: Int
Link copied to clipboard
val top: Int
Link copied to clipboard
val width: Int

Functions

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