Method: Fox::Canvas::Shape#hide

Defined in:
lib/fox16/canvas.rb

#hideObject

Hide this shape



84
85
86
# File 'lib/fox16/canvas.rb', line 84

def hide
  @visible = false
end