Class: Sevgi::Geometry::Rect
- Inherits:
-
Object
- Object
- Sevgi::Geometry::Rect
- Defined in:
- lib/sevgi/external.rb
Instance Method Summary collapse
Instance Method Details
#draw(node) ⇒ Object
95 |
# File 'lib/sevgi/external.rb', line 95 def draw(node, **) = node.rect(x: position!.x, y: position!.y, width: width!, height: height!, **) |