Top | ![]() |
![]() |
![]() |
![]() |
gboolean | fill-rule | Read / Write |
GocPoints * | points | Read / Write |
GocIntArray * | sizes | Read / Write |
gboolean | use-spline | Read / Write |
“fill-rule”
property “fill-rule” gboolean
Set fill rule to winding or even/odd.
Owner: GocPolygon
Flags: Read / Write
Default value: FALSE
“points”
property“points” GocPoints *
The polygon vertices.
Owner: GocPolygon
Flags: Read / Write
“sizes”
property“sizes” GocIntArray *
If set, the polygon will be split as several polygons according to the given sizes. Each size must be at least 3. Values following an invalid value will be discarded. Setting the "point" property will reset the sizes.
Owner: GocPolygon
Flags: Read / Write