set_paint method

set_paint

Sets paint in current graphics state.

def set_paint(self, paint):
    ...
ParameterTypeDescription
paintaspose.pydrawing.BrushThe paint. It can be any subclass of Brush class existed in .NET platform.

See Also