AGScissor

data class AGScissor

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int)
constructor(x: Float, y: Float, width: Float, height: Float)
constructor(x: Double, y: Double, width: Double, height: Double)
constructor(rect: Rectangle)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val _top: Short
Link copied to clipboard
val bottom: Int
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun copy(x: Int = this.x, y: Int = this.y, width: Int = this.width, height: Int = this.height): AGScissor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String