Overloaded. Returns the zero-based index of the first gradient color occurrence in the collection or in a portion of it.

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

Syntax

C#
public int IndexOf(
	GradientColor value
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	value As GradientColor _
) As Integer
Visual C++
public:
int IndexOf(
	GradientColor^ value
)

See Also