From 9d0e9c28dccdf8dafe264cc614ed9eb3dcbb9c36 Mon Sep 17 00:00:00 2001 From: wll Date: Thu, 19 Jun 2025 22:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wll --- api/@ohos.graphics.drawing.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.graphics.drawing.d.ts b/api/@ohos.graphics.drawing.d.ts index 0c654d97c8..4ea990e020 100644 --- a/api/@ohos.graphics.drawing.d.ts +++ b/api/@ohos.graphics.drawing.d.ts @@ -3333,7 +3333,6 @@ declare namespace drawing { * @param { ImageFilter } foreground - Indicates the input foreground filter. * @returns { ImageFilter } ImageFilter object. * @throws { BusinessError } 25900001 - Parameter error. Possible causes: Incorrect parameter range. - *
2. Incorrect parameter types. * @static * @syscap SystemCapability.Graphics.Drawing * @crossplatform -- Gitee