Class: GD2::Canvas::FilledRectangle

Inherits:
Rectangle
  • Object
show all
Defined in:
lib/gd2/canvas.rb

Instance Method Summary collapse

Methods inherited from Rectangle

#draw, #initialize

Constructor Details

This class inherits a constructor from GD2::Canvas::Rectangle

Instance Method Details

#draw_symObject



65
66
67
# File 'lib/gd2/canvas.rb', line 65

def draw_sym
  :gdImageFilledRectangle
end