Home
last modified time | relevance | path

Searched refs:getComponentSnapshot (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-componentSnapshot.md57 …UIContext](js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[getComponentSnapshot](js-apis-ar…
76 // 建议使用this.getUIContext().getComponentSnapshot().get()
135 …UIContext](js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[getComponentSnapshot](js-apis-ar…
154 // 建议使用this.getUIContext().getComponentSnapshot().get()
214 …UIContext](js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[getComponentSnapshot](js-apis-ar…
248 // 建议使用this.getUIContext().getComponentSnapshot().createFromBuilder()
321 …UIContext](js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[getComponentSnapshot](js-apis-ar…
355 // 建议使用this.getUIContext().getComponentSnapshot().createFromBuilder()
421 …UIContext](js-apis-arkui-UIContext.md#uicontext)获取UIContext实例,并使用[getComponentSnapshot](js-apis-ar…
441 // 建议使用this.getUIContext().getComponentSnapshot().getSync()
H A Djs-apis-uiExtensionHost-sys.md458 …is-window.md###snapshot)或者组件截图[UIContext.getComponentSnapshot](js-apis-arkui-UIContext.md###getCom…
H A Djs-apis-arkui-UIContext.md1294 ### getComponentSnapshot<sup>12+</sup>
1296 getComponentSnapshot(): ComponentSnapshot
1313 uiContext.getComponentSnapshot();
7141 以下API需先使用UIContext中的[getComponentSnapshot()](js-apis-arkui-UIContext.md#getcomponentsnapshot12)方法获取…
7193 … this.uiContext.getComponentSnapshot().get("root", (error: Error, pixmap: image.PixelMap) => {
7265 this.uiContext.getComponentSnapshot()
7351 this.uiContext.getComponentSnapshot().createFromBuilder(() => {
7446 this.uiContext.getComponentSnapshot()
7524 …let pixelmap = this.getUIContext().getComponentSnapshot().getSync("root", {scale : 2, waitUntilRen…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-events-drag-event.md121 this.getComponentSnapshot();
138 private getComponentSnapshot(): void {
139 this.getUIContext().getComponentSnapshot().createFromBuilder(()=>{this.pixelMapBuilder()},
311 private getComponentSnapshot(): void {
312 this.getUIContext().getComponentSnapshot().createFromBuilder(()=>{this.pixelMapBuilder()},
324 this.getComponentSnapshot();
478 …this.getUIContext().getComponentSnapshot().get(gridItemName, (error: Error, pixmap: image.PixelMap…
597 …this.getUIContext().getComponentSnapshot().get(gridItemName, (error: Error, pixmap: image.PixelMap…
H A Darkts-global-interface.md21 | @ohos.arkui.componentSnapshot | getComponentSnapshot | 组件截图 …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-componentSnapshot.md57 … **componentSnapshot** instance bound to the context through the [getComponentSnapshot](js-apis-ar…
76 // You are advised to use this.getUIContext().getComponentSnapshot().get().
135 … **componentSnapshot** instance bound to the context through the [getComponentSnapshot](js-apis-ar…
154 // You are advised to use this.getUIContext().getComponentSnapshot().get().
214 … **componentSnapshot** instance bound to the context through the [getComponentSnapshot](js-apis-ar…
248 // You are advised to use this.getUIContext().getComponentSnapshot().createFromBuilder().
321 … **componentSnapshot** instance bound to the context through the [getComponentSnapshot](js-apis-ar…
355 // You are advised to use this.getUIContext().getComponentSnapshot().createFromBuilder().
421 … **componentSnapshot** instance bound to the context through the [getComponentSnapshot](js-apis-ar…
441 // You are advised to use this.getUIContext().getComponentSnapshot().getSync().
H A Djs-apis-arkui-UIContext.md1295 ### getComponentSnapshot<sup>12+</sup>
1297 getComponentSnapshot(): ComponentSnapshot
1314 uiContext.getComponentSnapshot();
7108 In the following API examples, you must first use [getComponentSnapshot()](js-apis-arkui-UIContext.…
7160 … this.uiContext.getComponentSnapshot().get("root", (error: Error, pixmap: image.PixelMap) => {
7232 this.uiContext.getComponentSnapshot()
7318 this.uiContext.getComponentSnapshot().createFromBuilder(() => {
7413 this.uiContext.getComponentSnapshot()
7491 …let pixelmap = this.getUIContext().getComponentSnapshot().getSync("root", {scale : 2, waitUntilRen…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-drag-event.md121 this.getComponentSnapshot();
138 private getComponentSnapshot(): void {
139 this.getUIContext().getComponentSnapshot().createFromBuilder(()=>{this.pixelMapBuilder()},
311 private getComponentSnapshot(): void {
312 this.getUIContext().getComponentSnapshot().createFromBuilder(()=>{this.pixelMapBuilder()},
324 this.getComponentSnapshot();
478 …this.getUIContext().getComponentSnapshot().get(gridItemName, (error: Error, pixmap: image.PixelMap…
597 …this.getUIContext().getComponentSnapshot().get(gridItemName, (error: Error, pixmap: image.PixelMap…
H A Darkts-global-interface.md22 | @ohos.arkui.componentSnapshot | getComponentSnapshot | Componen…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js288 getComponentSnapshot() { method in UIContext