suspendRedraw
Notes
Remarks
The redrawing operation is suspended until one of the following actions occur:
- The unsuspendRedraw method is called.
- The unsuspendRedrawAll method is called.
- The maxWaitMilliseconds time-out interval elapses.
Syntax
var retval = SVGSVGElement.suspendRedraw(maxWaitMilliseconds);
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
See also
Related pages
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]