Espresso::Bounds
Inherits Struct / Value / Object
Stores the two-dimensional boundaries of an object. This is a rectangular area that the object encompasses.
Constructors
new(x : Int32, y : Int32, width : Int32, height : Int32)
Creates the bounds with initial values.