Contains the results from a call to Item::grabToImage() . 更多...
import 语句: | import QtQuick 2.12 |
实例化: | 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.