struct Crysterm::Rectangle
- Crysterm::Rectangle
- Struct
- Value
- Object
Overview
Used to represent minimal widget position. It is returned from methods that run calculations to determine that. *i fields are start positions, *l methods are end positions.
Used only internally; could be replaced by anything else that has the necessary properties.
Defined in:
namespace.crConstructors
-
.new(xi : Int32, xl : Int32, yi : Int32, yl : Int32, get : Bool = false)
NOTE Don't remember the exact function of
#get
.
Instance Method Summary
Constructor Detail
def self.new(xi : Int32, xl : Int32, yi : Int32, yl : Int32, get : Bool = false)
#
NOTE Don't remember the exact function of #get
. IIRC it goes to
recalculate from parent. Check what the function is and document
it here.