Rectangle

fun Rectangle(    left: Int = 0,     top: Int = 0,     width: Int = 0,     height: Int = 0)