SolidBrush()

SolidBrush::SolidBrush(const Color&) constructor

Constructs a new SolidBrush object and initalizes it with the specified color.

System::Drawing::SolidBrush::SolidBrush(const Color &color)

Arguments

ParameterTypeDescription
colorconst Color&The color of the brush

See Also