Learn R Programming

RGtk2 (version 2.8.8)

cairoMoveTo: cairoMoveTo

Description

If the current subpath is not empty, begin a new subpath. 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