| cairoMoveTo {RGtk2} | R Documentation |
Begin a new sub-path. 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