ItemGrabResult QML Type

Contains the results from a call to Item::grabToImage() . 更多...

import 語句: import QtQuick 2.7
實例化: QQuickItemGrabResult
繼承: QtObject

方法

詳細描述

The ItemGrabResult is a small container used to encapsulate the results from Item::grabToImage() .

另請參閱 Item::grabToImage() .

方法文檔編製

bool saveToFile ( fileName )

Saves the grab result as an image to fileName . Returns true if successful; otherwise returns false.