BinRect

open class BinRect(    x: Int = 0,     y: Int = 0,     width: Int = 0,     height: Int = 0,     isRotated: Boolean = false,     allowRotation: Boolean? = null,     data: Map<String, Any> = mapOf(),     tag: String? = null)

Author

Colton Daily

Constructors

Link copied to clipboard
fun BinRect(    x: Int = 0,     y: Int = 0,     width: Int = 0,     height: Int = 0,     isRotated: Boolean = false,     allowRotation: Boolean? = null,     data: Map<String, Any> = mapOf(),     tag: String? = null)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val area: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var height: Int
Link copied to clipboard
Link copied to clipboard
var oversized: Boolean = false
Link copied to clipboard
var tag: String?
Link copied to clipboard
var width: Int
Link copied to clipboard
var x: Int
Link copied to clipboard
var y: Int