点击或拖拽改变大小

FastBitmapFastBitmapLocker 结构

Sweet 开发框架
Represents a disposable structure that is returned during Lock() calls, and unlocks the bitmap on Dispose calls

命名空间:  SweetUI
程序集:  SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public struct FastBitmapLocker : IDisposable

FastBitmapFastBitmapLocker 类型公开以下成员。

构造函数
  名称说明
公共方法FastBitmapFastBitmapLocker
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
Top
属性
  名称说明
公共属性FastBitmap
Gets the fast bitmap instance attached to this locker
Top
方法
  名称说明
公共方法Dispose
Disposes of this FastBitmapLocker, essentially unlocking the underlying fast bitmap
公共方法Equals (继承自 ValueType。)
公共方法GetHashCode (继承自 ValueType。)
公共方法GetType (继承自 Object。)
公共方法ToString (继承自 ValueType。)
Top
扩展方法
  名称说明
公共扩展器方法ConsoleWriteLine (由 SystemEx 定义。)
公共扩展器方法WriteConsole (由 UConsole 定义。)
Top
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架