Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun fromBounds(point1: MPoint, point2: MPoint): MRectangle
fun fromBounds(left: Double, top: Double, right: Double, bottom: Double): MRectangle
fun fromBounds(left: Float, top: Float, right: Float, bottom: Float): MRectangle
fun fromBounds(left: Int, top: Int, right: Int, bottom: Int): MRectangle
Link copied to clipboard
operator fun invoke(): MRectangle
operator fun invoke(point1: MPoint, point2: MPoint): MRectangle
operator fun invoke(topLeft: MPoint, size: MSize): MRectangle
operator fun invoke(topLeft: Point, size: Size): MRectangle
operator fun invoke(x: Float, y: Float, width: Float, height: Float): MRectangle
operator fun invoke(x: Int, y: Int, width: Int, height: Int): MRectangle
Link copied to clipboard