 | FastBitmapClearBitmap 方法 (Bitmap, Color) |
Sweet 开发框架
Clears the given bitmap with the given color
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void ClearBitmap(
Bitmap bitmap,
Color color
)
Public Shared Sub ClearBitmap (
bitmap As Bitmap,
color As Color
)
static member ClearBitmap :
bitmap : Bitmap *
color : Color -> unit
参数
- bitmap
- 类型:System.DrawingBitmap
The bitmap to clear - color
- 类型:System.DrawingColor
The color to clear the bitmap with
参见