跳到主要内容

resizeEmbeddedImages 调整内嵌图像元素

resizeEmbeddedImages

类型: MethodDeclaration

所属类: DialogBoxElement

定义位置: ui.ts

描述

调整内嵌图像元素

返回值

类型: void

源代码

位置: 第 3942 行

private resizeEmbeddedImages(): void {
const printer = this.printer
if (printer?.images.changed) {
printer.images.changed = false
for (const image of printer.images) {
image.parent = this
image.connected = true
image.resize()
}
}
}

文档生成时间:2025/7/7 12:07:07