Charting for WinForms Programmer's Guide
HatchBrush Constructor (HatchStyle, Color)
See Also
 






Initializes a new instance of the HatchBrush class with the specified hatch style and color.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public HatchBrush (
    HatchStyle hatchStyle,
    Color foreColor
)

Visual Basic  Copy Code

Public New ( _
    hatchStyle As HatchStyle, _
    foreColor As Color _
)

 Parameters

hatchStyle
A member of the .NET HatchStyle enumeration that represents the pattern drawn by this brush.
foreColor
A Color structure that specifies the color of lines drawn by this brush.

 See Also

HatchBrush Constructor Overload List
HatchBrush Class
MindFusion.Drawing Namespace