ItemGrabResult QML Type

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

Import Statement: import QtQuick 2.7
Instantiates: 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.