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