函数功能:全屏截图返回图片对象
函数方法
img = image.snapshot()
函数用例
img = image.snapshot() if img ~= nil then dialog("成功",5000) else dialog("失败",5000) end
注意事项