#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.

cairo_path_data_type_t

Format

An object of class list of length 4.

Details

Since: 1.0

CAIRO_PATH_MOVE_TO

A move-to operation, since 1.0

CAIRO_PATH_LINE_TO

A line-to operation, since 1.0

CAIRO_PATH_CURVE_TO

A curve-to operation, since 1.0

CAIRO_PATH_CLOSE_PATH

A close-path operation, since 1.0

See also