PathDirection

class PathDirection

Members:

kCW : clockwise direction for adding closed contours

kCCW : counter-clockwise direction for adding closed contours

kDefault : default = clockwise direction

Methods

__init__

Attributes

kCCW

kCW

kDefault

name(-> str)

value

Methods

PathDirection.__init__(self: skia.PathDirection, value: SupportsInt | SupportsIndex) None

Attributes

PathDirection.kCCW = <PathDirection.kCCW: 1>
PathDirection.kCW = <PathDirection.kCW: 0>
PathDirection.kDefault = <PathDirection.kCW: 0>
PathDirection.name -> str
PathDirection.value