AGSize

inline class AGSize(val data: Int)

Constructors

Link copied to clipboard
constructor(data: Int)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
fun with(width: Int = this.width, height: Int = this.height): AGSize