stroke method

stroke

Strokes the current path.

def stroke(self):
    ...

stroke

Strokes the specified path.

def stroke(self, path):
    ...
ParameterTypeDescription
pathIPathThe path to stroke. See IPath.

See Also