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

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

Syntax

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

Parameters

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

See Also