Path.AddPathMode
- class AddPathMode
Members:
kAppend_AddPathMode : appended to destination unaltered
kExtend_AddPathMode : add line if prior contour is not closed
Methods
Attributes
Methods
- AddPathMode.__init__(self: skia.Path.AddPathMode, value: int) None
Attributes
- AddPathMode.kAppend_AddPathMode = <AddPathMode.kAppend_AddPathMode: 0>
- AddPathMode.kExtend_AddPathMode = <AddPathMode.kExtend_AddPathMode: 1>
- AddPathMode.name
- AddPathMode.value