Enum cairo_path_data_type_t

cairo_path_data_t is used to describe the type of one portion of a path when represented as a cairo_path_t. See cairo_path_data_t for details.

The enum base type is int .

Enum members

Name Description
CAIRO_PATH_CLOSE_PATH A close-path operation
CAIRO_PATH_CURVE_TO A curve-to operation
CAIRO_PATH_LINE_TO A line-to operation
CAIRO_PATH_MOVE_TO A move-to operation

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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