class Tui::Dimension

Defined in:

tui/dimension.cr

Constructors

Instance Method Summary

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]