fromBounds

fun fromBounds(left: Double, top: Double, right: Double, bottom: Double): MRectangle
fun fromBounds(left: Int, top: Int, right: Int, bottom: Int): MRectangle
fun fromBounds(left: Float, top: Float, right: Float, bottom: Float): MRectangle
fun fromBounds(point1: MPoint, point2: MPoint): MRectangle