BinRect

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)