跳到主要内容

draw 绘制容器元素

draw

类型: MethodDeclaration

所属类: ContainerElement

定义位置: ui.ts

描述

绘制容器元素

返回值

类型: void

源代码

位置: 第 6095 行

public draw(): void {
if (this.visible) {
this.drawChildren()
}
}

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