HatchBrush()

HatchBrush::HatchBrush(HatchStyle, Color, Color) constructor

Constructs a new instance of HatchBrush class that represents a brush with the specified hatch style, foreground color and background color.

System::Drawing::Drawing2D::HatchBrush::HatchBrush(HatchStyle hatch_style, Color fore_color, Color back_color=Color::FromArgb(0xFF000000))

Arguments

ParameterTypeDescription
hatch_styleHatchStyleSpecifies the hatch style for the brush
fore_colorColorForeground color for the brush
back_colorColorBackground color for the brush

See Also