RenderCaptureReply QML Type▲
-
Import Statement: import Qt3D.Render 2.12
-
Since: Qt 5.8
-
Instantiates:: QRenderCaptureReply
Detailed Description▲
Property Documentation▲
[read-only] captureId : int▲
Holds the captureId, which was passed to the renderCapture.
[read-only] complete : bool▲
Holds the complete state of the render capture.
[read-only] image : variant▲
Holds the image, which was produced as a result of render capture.
Method Documentation▲
[since 5.9] 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.
Obsolete Members for RenderCaptureReply▲
The following members of QML type RenderCaptureReply are deprecated. We strongly advise against using them in new code.