CoordinateBounds

data class CoordinateBounds<T>(val topLeft: T, val bottomRight: T)

Represents the top left and bottom right bounds to constrain to.

Constructors

Link copied to clipboard
constructor(topLeft: T, bottomRight: T)

Properties

Link copied to clipboard

The bottom right bound.

Link copied to clipboard
val topLeft: T

The top left bound.