Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cairoNewSubPath

cairoNewSubPath


Description

Begin a new sub-path. Note that the existing path is not affected. After this call there will be no current point.

Usage

cairoNewSubPath(cr)

Arguments

cr

[Cairo] a cairo context

Details

In many cases, this call is not needed since new sub-paths are frequently started with cairoMoveTo.

A call to cairoNewSubPath is particularly useful when beginning a new sub-path with one of the cairoArc calls. This makes things easier as it is no longer necessary to manually compute the arc's initial coordinates for a call to cairoMoveTo. Since 1.2

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.