Click or drag to resize

StiGradientBrush Constructor (Color, Color, Double)

Initializes a new instance of the StiGradientBrush class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiGradientBrush(
	Color startColor,
	Color endColor,
	double angle
)

Parameters

startColor
Type: System.DrawingColor

[Missing <param name="startColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiGradientBrush.#ctor(System.Drawing.Color,System.Drawing.Color,System.Double)"]

endColor
Type: System.DrawingColor

[Missing <param name="endColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiGradientBrush.#ctor(System.Drawing.Color,System.Drawing.Color,System.Double)"]

angle
Type: SystemDouble

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Base.Drawing.StiGradientBrush.#ctor(System.Drawing.Color,System.Drawing.Color,System.Double)"]

See Also