class Tput::Namespace::Rect
- Tput::Namespace::Rect
- Reference
- Object
Defined in:
tput/namespace.crConstructors
- .new(x : Int32, y : Int32, width : Int32, height : Int32)
- .new(top_left : Point, size : Size)
- .new(top_left : Point, bottom_right : Point)
Instance Method Summary
- #height : Int32
- #height=(height : Int32)
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)