Context.appendPath - multiple declarations

Function Context.appendPath

appendPath for user created paths. There is no high level API for user defined paths. Use appendPath(Path p) for paths which were obtained from cairo.

See cairo_path_t for details on how the path data structure should be initialized, and note that path.status must be initialized to CAIRO_STATUS_SUCCESS.

Prototype

void appendPath(
  cairo_path_t* path
);

Warning

Only use this if you know what your doing! This function should not be needed for standard cairoD usage.

Function Context.appendPath

Append the path onto the current path. The path may be the return value from one of copyPath() or copyPathFlat().

Prototype

void appendPath(
  Path p
);

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1