From e12bb831dfdc1bdf76814876cad62ecdccdd276d Mon Sep 17 00:00:00 2001 From: sd_wu Date: Mon, 31 Mar 2025 17:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNODE=5FXCOMPONENT=5FSURFACE?= =?UTF-8?q?=5FRECT=E6=B3=A8=E9=87=8A=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sd_wu --- arkui/ace_engine/native/native_node.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 7118d38f3..1faab3cef 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -3736,7 +3736,6 @@ typedef enum { * .value[3].i32: The height of the surface created by XComponent, in pixels. \n * \n * Format of the return value {@link ArkUI_AttributeItem}:\n - * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n * .value[0].i32: The horizontal offset of the surface relative to XComponent, in pixels. \n * .value[1].i32: The vertical offset of the surface relative to XComponent, in pixels. \n * .value[2].i32: The width of the surface created by XComponent, in pixels. \n -- Gitee