Click or drag to resize

StiGlassBrush Constructor (Color, Boolean, Single)

Initializes a new instance of the StiGlassBrush class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiGlassBrush(
	Color color,
	bool drawHatch,
	float blend
)

Parameters

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Base.Drawing.StiGlassBrush.#ctor(System.Drawing.Color,System.Boolean,System.Single)"]

drawHatch
Type: SystemBoolean

[Missing <param name="drawHatch"/> documentation for "M:Stimulsoft.Base.Drawing.StiGlassBrush.#ctor(System.Drawing.Color,System.Boolean,System.Single)"]

blend
Type: SystemSingle

[Missing <param name="blend"/> documentation for "M:Stimulsoft.Base.Drawing.StiGlassBrush.#ctor(System.Drawing.Color,System.Boolean,System.Single)"]

See Also