Searched refs:getComponentSnapshot (Results 1 – 10 of 10) sorted by relevance
57 …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()
458 …is-window.md###snapshot)或者组件截图[UIContext.getComponentSnapshot](js-apis-arkui-UIContext.md###getCom…
1294 ### getComponentSnapshot<sup>12+</sup>1296 getComponentSnapshot(): ComponentSnapshot1313 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…
121 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…
21 | @ohos.arkui.componentSnapshot | getComponentSnapshot | 组件截图 …
57 … **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().
1295 ### getComponentSnapshot<sup>12+</sup>1297 getComponentSnapshot(): ComponentSnapshot1314 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…
22 | @ohos.arkui.componentSnapshot | getComponentSnapshot | Componen…
288 getComponentSnapshot() { method in UIContext