# File lib/gd2/canvas.rb, line 333
    def fill
      SYM[:gdImageFill].call(@image.image_ptr, @point.x, @point.y, fill_pixel)
      self
    end