AGFrameBufferInfo

inline class AGFrameBufferInfo(val dataLong: Long)

Constructors

Link copied to clipboard
constructor(data: Int, data2: Int)
constructor(dataLong: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: Int
Link copied to clipboard
val data2: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun withBounds(x: Int = this.x, y: Int = this.y, width: Int = this.width, height: Int = this.height): AGFrameBufferInfo
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun withSize(width: Int = this.width, height: Int = this.height): AGFrameBufferInfo
Link copied to clipboard
fun withXY(x: Int = this.x, y: Int = this.y): AGFrameBufferInfo