API 参考ui 模块draw 绘制容器元素本页总览draw 绘制容器元素draw 类型: MethodDeclaration 所属类: ContainerElement 定义位置: ui.ts 描述 绘制容器元素 返回值 类型: void 源代码 位置: 第 6095 行 public draw(): void { if (this.visible) { this.drawChildren() } } 文档生成时间:2025/7/7 12:07:07