SolidBrush.SolidBrush

SolidBrush constructor

Initializes a new instance of the SolidBrush class.

public SolidBrush(Color color)
ParameterTypeDescription
colorColorA Color structure that represents the color of this brush.

See Also