LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

MoveNext Method (Renderers)

Show in webframe



Advances the enumerator to the next element of the collection.
Syntax
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As Renderers
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()
public:
bool MoveNext(); 

Return Value

true if the enumerator successfully advanced to the next element; false, otherwise.
Remarks
After an enumerator is created or after the Reset method is called, an enumerator is positioned before the first element of the collection, and the first call to the MoveNext method moves the enumerator over the first element of the collection. If MoveNext passes the end of the collection, the enumerator is positioned after the last element in the collection and MoveNext returns false. When the enumerator is at this position, subsequent calls to MoveNext also return false until Reset is called.
Requirements

Target Platforms

See Also

Reference

Renderers Class
Renderers Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features