Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun fromBounds(point1: Point, point2: Point): Rectangle
fun fromBounds(left: Double, top: Double, right: Double, bottom: Double): Rectangle
fun fromBounds(left: Float, top: Float, right: Float, bottom: Float): Rectangle
fun fromBounds(left: Int, top: Int, right: Int, bottom: Int): Rectangle
inline fun fromBounds(left: Number, top: Number, right: Number, bottom: Number): Rectangle
Link copied to clipboard
Link copied to clipboard
operator fun invoke(): Rectangle
operator fun invoke(p: Point, s: Size): Rectangle
operator fun invoke(x: Double, y: Double, width: Double, height: Double): Rectangle
operator fun invoke(x: Float, y: Float, width: Float, height: Float): Rectangle
operator fun invoke(x: Int, y: Int, width: Int, height: Int): Rectangle
inline operator fun invoke(x: Number, y: Number, width: Number, height: Number): Rectangle
Link copied to clipboard