RenderCaptureReply QML Type
Receives render capture result. 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.8 |
Instantiates: | QRenderCaptureReply |
属性
方法
- bool saveImage(fileName)
详细描述
属性
image : variant |
Holds the image, which was produced as a result of render capture.
成员
Saves the render capture result as an image to fileName. Returns true if the image was successfully saved; otherwise returns false.
This QML method was introduced in Qt 5.9.