cairoMoveTo: cairoMoveTo

Description Usage Arguments Author(s)

View source: R/cairoFuncs.R

Description

Begin a new sub-path. After this call the current point will be (x, y).

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to cairoMoveTo in RGtk2...