cairoMoveTo {RGtk2}R Documentation

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]