BitmapEffectCollection.Enumerator.MoveNext Método
Definición
public:
virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
Devoluciones
true
si el enumerador avanzó correctamente al elemento siguiente; de lo contrario, false
.true
if the enumerator successfully advanced to the next element; otherwise, false
.