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
hatchStyleBrushHatchStyleOne of the BrushHatchStyle values that represents the pattern drawn by this HatchBrush.
colorColorThe Color structure that represents the color of lines drawn by this HatchBrush.