Method: GuiGeo::Rectangle#present?

Defined in:
lib/gui_geometry/rectangle.rb

#present?Boolean

Returns:



18
19
20
# File 'lib/gui_geometry/rectangle.rb', line 18

def present?
  w > 0 && h > 0
end