class Tput::Namespace::Rect

Defined in:

tput/namespace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, width : Int32, height : Int32) #

[View source]
def self.new(top_left : Point, size : Size) #

[View source]
def self.new(top_left : Point, bottom_right : Point) #

[View source]

Instance Method Detail

def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]