GOffice.CanvasPath
Properties
| Name | Type | Flags | Short Description | 
|---|
| closed | bool | r/w | The flag for closed path | 
| fill-rule | bool | r/w | Set GOffice.fillrule to winding or even/odd | 
| path | GOffice.Path | r/w | The path points | 
| rotation | float | r/w | The rotation around first point position | 
| x | float | r/w | The path first point x coordinate | 
| y | float | r/w | The path first point y coordinate | 
 
Class Details
- 
class GOffice.CanvasPath(**kwargs)
- 
 
Property Details
- 
GOffice.CanvasPath.props.closed
- 
The flag for closed path 
- 
GOffice.CanvasPath.props.fill_rule
- 
Set GOffice.fillrule to winding or even/odd
 
- 
GOffice.CanvasPath.props.path
- 
The path points 
- 
GOffice.CanvasPath.props.rotation
- 
The rotation around first point position 
- 
GOffice.CanvasPath.props.x
- 
The path first point x coordinate 
- 
GOffice.CanvasPath.props.y
- 
The path first point y coordinate