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.

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

  1. void appendPath(Path p)
  2. void appendPath(cairo_path_t* path)
    struct Context
    void
    appendPath

Meta