Click or drag to resize

StiHatchBrush Constructor (HatchStyle, Color, Color)

Initializes a new instance of the StiHatchBrush class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiHatchBrush(
	HatchStyle style,
	Color foreColor,
	Color backColor
)

Parameters

style
Type: System.Drawing.Drawing2DHatchStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Base.Drawing.StiHatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)"]

foreColor
Type: System.DrawingColor

[Missing <param name="foreColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiHatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)"]

backColor
Type: System.DrawingColor

[Missing <param name="backColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiHatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)"]

See Also