LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Reset Method
See Also 
Leadtools.Multimedia Namespace > Renderers Class : Reset Method



Sets the enumerator to its initial position, which is before the first element in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Reset() 
Visual Basic (Usage)Copy Code
Dim instance As Renderers
 
instance.Reset()
C# 
public void Reset()
C++/CLI 
public:
void Reset(); 

Remarks

This enumerator remains valid through the life of the collection. If changes are made to the collection, such as adding, modifying, or deleting elements, the next call to the Reset method will continue to reset the position to -1.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also