From 78bd8add2a960d64cd1f91a618c271223cea3301 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Fri, 1 Jul 2022 06:13:19 +0000 Subject: [PATCH] update zh-cn/device-dev/subsystems/subsys-graphics-overview.md. Signed-off-by: duangavin123 --- zh-cn/device-dev/subsystems/subsys-graphics-overview.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zh-cn/device-dev/subsystems/subsys-graphics-overview.md b/zh-cn/device-dev/subsystems/subsys-graphics-overview.md index 49c1f610f9..39ebda40bf 100755 --- a/zh-cn/device-dev/subsystems/subsys-graphics-overview.md +++ b/zh-cn/device-dev/subsystems/subsys-graphics-overview.md @@ -1,10 +1,5 @@ # 图形图像概述 -- [UI组件](#section1987017145112) -- [布局](#section662016231612) -- [动画](#section73736284117) -- [Input事件](#section672194012114) -- [渲染](#section14338859916) OpenHarmony图形系统,提供基础UI组件和容器类组件,包括button、image、label、list、animator、scroll view、swipe view、font、clock、chart、canvas、slider、layout等。同时提供截屏、导出组件树的DFX能力。模块内部实现组件渲染、动画、输入事件分发等功能。 -- GitLab