cairoAppendPath: cairoAppendPath

Description Usage Arguments Author(s)

View source: R/cairoFuncs.R

Description

Append the path onto the current path. The path may be either the return value from one of cairoCopyPath or cairoCopyPathFlat or it may be constructed manually. See CairoPath for details on how the path data structure should be initialized, and note that path->status must be initialized to CAIRO_STATUS_SUCCESS.

Usage

1
cairoAppendPath(cr, path)

Arguments

cr

[Cairo] a cairo context

path

[CairoPath] path to be appended

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to cairoAppendPath in RGtk2...