new ClipBase()
裁剪基类构造函数
Methods
-
dispose()
-
销毁裁剪基类
-
off(type, listener)
-
移除事件监听
Parameters:
Name Type Description typeString 事件类型 listenerfunction 事件处理函数 -
on(type, listener, thisArg)
-
添加事件监听
Parameters:
Name Type Description typeString 事件类型 listenerfunction 事件处理函数 thisArgObject 事件处理函数的this对象 Returns:
事件监听器- Type
- Object