IWindowTimers Interface |
Namespace: Aspose.Svg.Window
The IWindowTimers type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearInterval |
Cancels the timeout set with setInterval() identified by handle
|
![]() | ClearTimeout |
Cancels the timeout set with setTimeout() identified by handle.
|
![]() | SetInterval |
Schedules a timeout to run handler every timeout milliseconds. Any arguments are passed straight through to the handler.
|
![]() | SetTimeout |
Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.
|