SolidBrush constructor

init

Initializes a new instance of the SolidBrush class with default values.

def __init__(self):
    ...

init

Initializes a new instance of the SolidBrush class.

def __init__(self, color):
    ...
Parameter Type Description
color aspose.pydrawing.Color Color of solid brush.

See Also