Method: Tk::BLT::Graph#transform

Defined in:
lib/tkextlib/blt/graph.rb

#transform(x, y) ⇒ Object



64
65
66
# File 'lib/tkextlib/blt/graph.rb', line 64

def transform(x, y)
  list(tk_send_without_enc('transform', x, y))
end