HatchBrush Constructor

Initializes a new instance of the HatchBrush class.

Overload List

Name Description
Public method HatchBrush(HatchBrush)

Initializes a new instance of the HatchBrush class by copying brush settings from the specified System.Drawing.Drawing2D.HatchBrush object.

Public method HatchBrush(HatchBrush)

Initializes a new instance of the HatchBrush class from the specified existing hatch brush.

Public method HatchBrush(HatchStyle, RgbColor)

Initializes a new instance of the HatchBrush class using the specified style and foreground color.

Public method HatchBrush(HatchStyle, RgbColor, RgbColor)

Initializes a new instance of the HatchBrush class using the specified style and foreground and background colors.

See Also

Reference