 | FastBitmapFastBitmapLocker 构造函数 |
Sweet 开发框架
Initializes a new instance of the FastBitmapLocker struct with an initial fast bitmap object.
The fast bitmap object passed will be unlocked after calling Dispose() on this struct
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public FastBitmapLocker(
FastBitmap fastBitmap
)
Public Sub New (
fastBitmap As FastBitmap
)
new :
fastBitmap : FastBitmap -> FastBitmapLocker
参数
- fastBitmap
- 类型:SweetUIFastBitmap
A fast bitmap to attach to this locker which will be released after a call to Dispose
参见