Bounds

object Bounds

A companion object for class Bounds. Provides a factory method.

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Bounds.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(topLeft: Pos, width: Double, height: Double): Bounds

Creates a Bounds that has its top left-hand corner is at the given Pos.

Creates a Bounds that has its top left-hand corner is at the given Pos.

Givens