# File lib/gd2/canvas.rb, line 302
    def point(x, y)
      Point.new(x, y).transform!(transformation_matrix)
    end