StrokesEnumerator.Reset Method
StrokesEnumerator.Reset Method |
Resets the enumerator index to the beginning of the Strokes collection.
Definition
Visual Basic .NET Public Sub Reset() C# public void Reset(); Managed C++ public: void Reset();
Remarks
The StrokesEnumerator class supports iterating over a Strokes collection and implements the IEnumerator interface.
This method inherits from the Reset method.
See Also