create_pen_by_brush_and_width method

create_pen_by_brush_and_width

def create_pen_by_brush_and_width(self, brush, width):
    ...
ParameterTypeDescription
brushaspose.pydrawing.Brush
widthfloat

See Also