create_pen_by_color_and_width method

create_pen_by_color_and_width

def create_pen_by_color_and_width(self, color, width):
    ...
ParameterTypeDescription
coloraspose.pydrawing.Color
widthfloat

See Also