RenderCaptureReply QML Type

レンダリング結果を受け取ります。詳細...

Import Statement: import Qt3D.Render 2.8
In C++: QRenderCaptureReply
Status: Deprecated

プロパティ

方法

物件詳細

プロパティの説明

captureId : int [read-only]

renderCaptureに渡されたcaptureIdを保持します。


complete : bool [read-only]

レンダーキャプチャーの完全な状態を保持します。


image : variant [read-only]

レンダーキャプチャーの結果として生成された画像を保持します。


メソッドの説明

bool saveImage(fileName)

レンダーキャプチャの結果を画像としてfileName に保存します。画像の保存に成功した場合はtrueを返し、失敗した場合はfalseを返します。


© 2025 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.