Removes the first occurrence of an image from the collection.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

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

See Also