Top |
Properties
gboolean | fill-rule | Read / Write |
GocPoints * | points | Read / Write |
GocIntArray * | sizes | Read / Write |
gboolean | use-spline | Read / Write |
Property Details
The “fill-rule”
property
“fill-rule” gboolean
Set fill rule to winding or even/odd.
Flags: Read / Write
Default value: FALSE
The “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.
Flags: Read / Write