Constructor HatchBrush
HatchBrush(BrushHatchStyle, Color)
Initializes a new instance of the HatchBrush class with the specified BrushHatchStyle enumeration, and the color.
public HatchBrush(BrushHatchStyle hatchStyle, Color color)
Parameters
hatchStyle
BrushHatchStyleOne of the BrushHatchStyle values that represents the pattern drawn by this HatchBrush.
color
ColorThe Color structure that represents the color of lines drawn by this HatchBrush.