RenderCaptureReply QML Type

Receives render capture result. More...

Import Statement: import Qt3D.Render 2.15
Since: Qt 5.8
Instantiates: QRenderCaptureReply

Properties

Methods

Detailed Description

Property Documentation

captureId : int

Holds the captureId, which was passed to the renderCapture.


complete : bool

Holds the complete state of the render capture.


image : variant

Holds the image, which was produced as a result of render capture.


Method Documentation

bool saveImage(fileName)

Saves the render capture result as an image to fileName. Returns true if the image was successfully saved; otherwise returns false.

This method was introduced in Qt 5.9.


© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.