cairoCopyPath: cairoCopyPath

Description Usage Arguments Details Value Author(s)

View source: R/cairoFuncs.R

Description

Creates a copy of the current path and returns it to the user as a CairoPath. See CairoPathData for hints on how to iterate over the returned data structure.

Usage

1

Arguments

cr

[Cairo] a cairo context

Details

This function will always return a valid pointer, but the result will have no data (data== NULL and num_data==0), if either of the following conditions hold:

Value

[CairoPath] the copy of the current path.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to cairoCopyPath in RGtk2...