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.

Values

ValueMeaning
MoveTo0

A move-to operation, since 1.0

LineTo1

A line-to operation, since 1.0

CurveTo2

A curve-to operation, since 1.0

ClosePath3

A close-path operation, since 1.0