Companion

object Companion

Functions

Link copied to clipboard
fun fromBounds(left: Int, top: Int, right: Int, bottom: Int): MRectangleInt
Link copied to clipboard
operator fun invoke(): MRectangleInt
operator fun invoke(other: MRectangleInt): MRectangleInt
operator fun invoke(x: Double, y: Double, width: Double, height: Double): MRectangleInt
operator fun invoke(x: Float, y: Float, width: Float, height: Float): MRectangleInt
operator fun invoke(x: Int, y: Int, width: Int, height: Int): MRectangleInt