From bebf7409e5498e77212ba85594468532ed9cbcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=B8=85=E4=BA=91?= Date: Fri, 4 Apr 2025 15:22:24 +0800 Subject: [PATCH] =?UTF-8?q?5.1.0=20=E5=9B=9E=E9=80=80NODE=5FBACKGROUND=5FI?= =?UTF-8?q?MAGE=5FRESIZABLE=5FWITH=5FSLICE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡清云 --- arkui/ace_engine/native/native_node.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 602f72706..3f647b43f 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1875,26 +1875,6 @@ typedef enum { */ NODE_BACKDROP_BLUR = 99, - /** - * @brief Defines the background image resizable attribute, which can be set, reset, - * and obtained as required through APIs. - * - * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n - * .value[0].f32: width of the left edge. The unit is vp. \n - * .value[1].f32: width of the top edge. The unit is vp. \n - * .value[2].f32: width of the right edge. The unit is vp. \n - * .value[3].f32: width of the bottom edge. The unit is vp. \n - * \n - * Format of the return value {@link ArkUI_AttributeItem}:\n - * .value[0].f32: width of the left edge. The unit is vp. \n - * .value[1].f32: width of the top edge. The unit is vp. \n - * .value[2].f32: width of the right edge. The unit is vp. \n - * .value[3].f32: width of the bottom edge. The unit is vp. \n - * - * @since 18 - */ - NODE_BACKGROUND_IMAGE_RESIZABLE_WITH_SLICE = 100, - /** * @brief Sets the next focus node. * -- Gitee