cairoLineTo {RGtk2} | R Documentation |
Adds a line to the path from the current point to position (x
, y
)
in user-space coordinates. After this call the current point
will be (x
, y
).
cairoLineTo(cr, x, y)
|
[Cairo ] a cairo context |
|
[numeric] the X coordinate of the end of the new line |
|
[numeric] the Y coordinate of the end of the new line |
Derived by RGtkGen from GTK+ documentation