Method: UI::Size#calc

Defined in:
lib/ektoplayer/ui.rb

#calc(width: 0, height: 0) ⇒ Object



240
241
242
# File 'lib/ektoplayer/ui.rb', line 240

def calc(width: 0, height: 0)
   Size.new(width: @width + width, height: @height + height)
end