Method GetEnumerator
- Namespace
- SharpVectors.Renderers.Wpf
- Assembly
- SharpVectors.Rendering.Wpf.dll
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<DrawingGroup> GetEnumerator()
Returns
- IEnumerator<DrawingGroup>
A IEnumerator<T> that can be used to iterate through the collection.