Enumerator
Inherits from:
IEnumerator
Public Methods
void Dispose
public void Dispose()
bool MoveNext
public bool MoveNext()
void Reset
public void Reset()
Public Attributes
Current
public object IEnumerator. Current => throw new NotImplementedException();
Current
public ImageCoordinates Current => new ImageCoordinates(x, y, current);