struct Lemonade::Geometry

Defined in:

lemonade/lemon.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(width _width = @width, height _height = @height, x _x = @x, y _y = @y) #

[View source]
def height : Int32 #

def width : Int32 #

def x : Int32 #

def y : Int32 #