Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tui
master
Tui
Dimension
Window
Built with Crystal 1.9.2
2023-10-07 16:18:18 UTC
class
Tui::Dimension
Tui::Dimension
Reference
Object
Defined in:
tui/dimension.cr
Constructors
.new
(x : Int32, y : Int32, height : Int32, width : Int32)
Instance Method Summary
#height
: Int32
#width
: Int32
#x
: Int32
#y
: Int32
Constructor Detail
def self.
new
(x : Int32, y : Int32, height : Int32, width : Int32)
#
[
View source
]
Instance Method Detail
def
height
: Int32
#
[
View source
]
def
width
: Int32
#
[
View source
]
def
x
: Int32
#
[
View source
]
def
y
: Int32
#
[
View source
]