RGtk2 (version 2.20.31)

cairoAppendPath: cairoAppendPath

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

cairoAppendPath(cr, path)

Arguments

cr
[Cairo] a cairo context
path
[CairoPath] path to be appended