Rectangle

external interface Rectangle

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

height
Link copied to clipboard
abstract var height: Number
width
Link copied to clipboard
abstract var width: Number
x
Link copied to clipboard
abstract var x: Number
y
Link copied to clipboard
abstract var y: Number