create_hatch_brush_by_style_and_color method

create_hatch_brush_by_style_and_color

def create_hatch_brush_by_style_and_color(self, style, color):
    ...
ParameterTypeDescription
styleaspose.pydrawing.drawing2d.HatchStyle
coloraspose.pydrawing.Color

See Also