create_solid_color_brush method

create_solid_color_brush

Creates a new solid color brush.

Returns

New solid color brush.

def create_solid_color_brush(self, color):
    ...
ParameterTypeDescription
coloraspose.page.xps.xpsmodel.XpsColorThe color for filled elements.

create_solid_color_brush

Creates a new solid color brush.

Returns

New solid color brush.

def create_solid_color_brush(self, color):
    ...
ParameterTypeDescription
coloraspose.pydrawing.ColorThe color for filled elements.

See Also