Method

ClutterPathto_cairo_path

Declaration [src]

void
clutter_path_to_cairo_path (
  ClutterPath* path,
  cairo_t* cr
)

Description [src]

Add the nodes of the ClutterPath to the path in the Cairo context.

Available since:1.0

Parameters

cr cairo_t
 

A Cairo context.

 The data is owned by the caller of the function.