struct Lemonade::Geometry
- Lemonade::Geometry
- Struct
- Value
- Object
Defined in:
lemonade/lemon.crConstructors
Instance Method Summary
- #clone
- #copy_with(width _width = @width, height _height = @height, x _x = @x, y _y = @y)
- #height : Int32
- #width : Int32
- #x : Int32
- #y : Int32
Constructor Detail
Instance Method Detail
def copy_with(width _width = @width, height _height = @height, x _x = @x, y _y = @y)
#