Method: Fox::Canvas::Shape#selected?

Defined in:
lib/fox16/canvas.rb

#selected?Boolean

Is this shape selected?

Returns:

  • (Boolean)


104
105
106
# File 'lib/fox16/canvas.rb', line 104

def selected?
  @selected
end