cairoMoveTo {RGtk2} | R Documentation |
If the current subpath is not empty, begin a new subpath. After
this call the current point will be (x
, y
).
cairoMoveTo(cr, x, y)
|
[Cairo ] a cairo context |
|
[numeric] the X coordinate of the new position |
|
[numeric] the Y coordinate of the new position |
Derived by RGtkGen from GTK+ documentation