enum Cairo::PathDataType
Overview
Used to describe the type of one portion of a path when represented as a Path
.
See PathData
for details.
Defined in:
cairo/path_data_type.crEnum Members
-
MoveTo =
0
-
A move-to operation.
-
LineTo =
1
-
A line-to operation.
-
CurveTo =
2
-
A curve-to operation.
-
ClosePath =
3
-
A close-path operation.