Method UnsuspendRedraw
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
UnsuspendRedraw(int)
Cancels a specified suspendRedraw() by providing a unique suspend_handle_id.
public void UnsuspendRedraw(int suspendHandleId)
Parameters
suspendHandleId
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()
Exceptions
- DomException
This method will raise a DomException with value NOT_FOUND_ERR if an invalid value (i.e., no such suspend_handle_id is active) for suspend_handle_id is provided.