PgBox

data class PgBox(val high: PgPoint, val low: PgPoint)

Represents a rectangular box defined by its upper right (high) and lower left (low) corners.

Constructors

Link copied to clipboard
constructor(high: PgPoint, low: PgPoint)

Properties

Link copied to clipboard

The upper right corner of the box.

Link copied to clipboard

The lower left corner of the box.