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