SetInterval
IWindowTimers.SetInterval method
为每超时毫秒运行处理程序安排一个超时。任何参数都直接传递给处理程序。
public int SetInterval(object handler, int timeout, params object[] args)
范围 | 类型 | 描述 |
---|---|---|
handler | Object | 处理程序。 |
timeout | Int32 | 超时。 |
args | Object[] | 论据。 |
返回值
手柄
也可以看看
- interface IWindowTimers
- 命名空间 Aspose.Svg.Window
- 部件 Aspose.SVG