 | 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
)
Public Sub New (
bitmap As Bitmap
)
new :
bitmap : Bitmap -> FastBitmap
参数
- bitmap
- 类型:System.DrawingBitmap
The Bitmap object to encapsulate on this FastBitmap object
异常
参见