Crop

data class Crop(x: Int, y: Int, width: Int, height: Int) : TextureTransformModifier

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Int
component4
Link copied to clipboard
common
operator fun component4(): Int
copy
Link copied to clipboard
common
fun copy(x: Int, y: Int, width: Int, height: Int): Crop
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

cacheKey
Link copied to clipboard
common
open override val cacheKey: String
A unique and immutable cache key for this object.
height
Link copied to clipboard
common
val height: Int
width
Link copied to clipboard
common
val width: Int
x
Link copied to clipboard
common
val x: Int
y
Link copied to clipboard
common
val y: Int

Sources

(source)
Link copied to clipboard