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

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

Syntax

C#
public MultiGradientFill(
	double angle
)
Visual Basic (Declaration)
Public Sub New ( _
	angle As Double _
)
Visual C++
public:
MultiGradientFill(
	double angle
)

Parameters

angle
Type: System..::.Double

See Also