Method UnsuspendRedraw
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
UnsuspendRedraw(int)
Cancels a specified suspendRedraw() by providing a unique suspend_handle_id.
void UnsuspendRedraw(int suspend_handle_id)
Parameters
suspend_handle_id
intA number which acts as a unique identifier for the desired suspendRedraw() call. The number supplied must be a value returned from a previous call to suspendRedraw()