跳到主要内容

ReleaseCapture 释放内存中的截图

🎯功能

释放(删除)KeepCapture 截图至内存

📜语法

ReleaseCapture

📥参数

📤返回

💡示例

KeepCapture
TracePrint "这里开始的图色函数均从内存中查找"
TracePrint "也就意味着,查找的并非即时屏幕画面,而是保存在内存中的那张截图。"
TracePrint GetKeepState()//返回true:表示上一次调用了keepCature还未释放
ReleaseCapture
TracePrint "这里开始恢复即时屏幕画面的查找了"
TracePrint GetKeepState()//返回false:表示已经释放屏幕数据

📘备注

如果要连续获取最新的内存截图,可以跳过释放,直接使用KeepCapture 截图至内存