Rectangle

external interface Rectangle(source)

Properties

Link copied to clipboard
abstract var height: Double

The height of the rectangle (must be an integer).

Link copied to clipboard
abstract var width: Double

The width of the rectangle (must be an integer).

Link copied to clipboard
abstract var x: Double

The x coordinate of the origin of the rectangle (must be an integer).

Link copied to clipboard
abstract var y: Double

The y coordinate of the origin of the rectangle (must be an integer).