Initializes the new instance of the LinearGradientFill class with specified parameters.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public LinearGradientFill(
	Color startColor,
	Color endColor,
	double angle
)
Visual Basic (Declaration)
Public Sub New ( _
	startColor As Color, _
	endColor As Color, _
	angle As Double _
)
Visual C++
public:
LinearGradientFill(
	Color startColor, 
	Color endColor, 
	double angle
)

Parameters

startColor
Type: System.Drawing..::.Color
endColor
Type: System.Drawing..::.Color
angle
Type: System..::.Double

See Also