Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
cairoMoveTo: cairoMoveTo
Description
Begin a new sub-path. After this call the current point will be (
x
,
y
).
Usage
cairoMoveTo(cr, x, y)
Arguments
cr
[
Cairo
] a cairo context
x
[numeric] the X coordinate of the new position
y
[numeric] the Y coordinate of the new position