IDrawingFactory.CreateSolidBrush

IDrawingFactory.CreateSolidBrush method

Creates a solid brush with the specified color.

public ISolidBrush CreateSolidBrush(Color color)
ParameterTypeDescription
colorColorThe color of the solid brush.

Return Value

The created ISolidBrush.

See Also