Inserts the gradient color into the collection at the specified index.

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

Syntax

C#
public void Insert(
	int index,
	GradientColor value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As GradientColor _
)
Visual C++
public:
void Insert(
	int index, 
	GradientColor^ value
)

See Also