Dimensions

class Dimensions(val width: Int, val height: Int)

A width × height pair. Used primarily for sizing the letsPlot{} render area; construct via the by infix helper (640 by 480) for readability.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int