CairoPathData {RGtk2}R Documentation

The Cairo path structure

Description

A low-level description of a Cairo path

Details

CairoPathData is a transparent type, and it is represented by a list structure. When retrieved from Cairo, the structure is a list with two elements:

status
The CairoStatus relating the status of the path
data
The actual path data, which is a list of numeric vectors with lengths depending on the data's CairoPathData, which is stored in the type attribute of each numeric vector. The vectors are sequences of x and y value pairs describing points in the path.

You should see the reference if you actually plan on using this extreme low-level functionality.

Author(s)

Michael Lawrence

References

http://www.cairographics.org/manual/cairo-Paths.html


[Package RGtk2 version 2.12.5-3 Index]