Removes the first occurrence of a gradient color from the collection.

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

Syntax

C#
public void Remove(
	GradientColor value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As GradientColor _
)
Visual C++
public:
void Remove(
	GradientColor^ value
)

See Also