set_stroke method

set_stroke

Sets stroke in current graphics state.

def set_stroke(self, stroke):
    ...
ParameterTypeDescription
strokeaspose.pydrawing.PenThe stroke.

See Also