Method UnsuspendRedrawAll
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
UnsuspendRedrawAll()
Cancels all currently active suspendRedraw() method calls. been cancelled.
void UnsuspendRedrawAll()
Remarks
This method is most useful at the very end of a set of SVG DOM calls to ensure that all pending suspendRedraw() method calls have been cancelled.