struct Marionette::Rect
- Marionette::Rect
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
marionette/types.crConstructors
Instance Method Summary
- #clone
- #copy_with(height _height = @height, width _width = @width, x _x = @x, y _y = @y)
- #height : Float64
- #width : Float64
- #x : Float64
- #y : Float64
Constructor Detail
Instance Method Detail
def copy_with(height _height = @height, width _width = @width, x _x = @x, y _y = @y)
#