GOffice.CanvasPolygon¶
- Subclasses:
None
Methods¶
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Set |
||
r/w |
The polygon vertices |
||
r/w |
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 |
||
r/w |
Use a Bezier closed cubic spline as contour |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
||
fill_rule |
r |
||
nb_points |
r |
||
nb_sizes |
r |
||
points |
r |
||
priv |
r |
||
sizes |
r |
||
use_spline |
r |
Class Details¶
- class GOffice.CanvasPolygon(**kwargs)¶
- Bases:
- Abstract:
No
Property Details¶
- GOffice.CanvasPolygon.props.fill_rule¶
-
Set
GOffice.fill
rule to winding or even/odd
- GOffice.CanvasPolygon.props.points¶
- Name:
points
- Type:
- Default Value:
- Flags:
The polygon vertices
- GOffice.CanvasPolygon.props.sizes¶
- Name:
sizes
- Type:
- Default Value:
- Flags:
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
GOffice.value
will be discarded. Setting the “point” property will reset the sizes.