RectangleDouble

class RectangleDouble

Functions

Link copied to clipboard
open fun calculateHeight(): Double
Link copied to clipboard
open fun calculateWidth(): Double
Link copied to clipboard
open fun of(    left: Double,     top: Double,     right: Double,     bottom: Double): RectangleDouble
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
val bottom: Double
Link copied to clipboard
val left: Double
Link copied to clipboard
val right: Double
Link copied to clipboard
val top: Double