animator.skia.PathVerb

class animator.skia.PathVerb

Bases: pybind11_builtins.pybind11_object

Members:

kMove

kLine

kQuad

kConic

kCubic

kClose

__init__(self: animator.skia.PathVerb, value: int) None

Methods

__init__(self, value)

Attributes

kClose

kConic

kCubic

kLine

kMove

kQuad

name

value

property name