GradientBrush constructor

init

Creates new instance of GradientBrush. LinearGradientBrush or PathGradientBrush. If other than ArgumentException will be thrown.

def __init__(self, native_brush):
    ...
ParameterTypeDescription
native_brushaspose.pydrawing.Brush

See Also