点击或拖拽改变大小

FastBitmap 构造函数

Sweet 开发框架
Creates a new instance of the FastBitmap class with a specified Bitmap. The bitmap provided must have a 32bpp depth

命名空间:  SweetUI
程序集:  SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public FastBitmap(
	Bitmap bitmap
)

参数

bitmap
类型:System.DrawingBitmap
The Bitmap object to encapsulate on this FastBitmap object
异常
异常条件
ArgumentExceptionThe bitmap provided does not have a 32bpp pixel format
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架