点击或拖拽改变大小

FastBitmapExtensions 类

Sweet 开发框架
Static class that contains fast bitmap extension methdos for the Bitmap class
继承层次
SystemObject
  SweetUIFastBitmapExtensions

命名空间:  SweetUI
程序集:  SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public static class FastBitmapExtensions

FastBitmapExtensions 类型公开以下成员。

方法
  名称说明
公共方法静态成员DeepClone
Returns a deep clone of this Bitmap object, with all the data copied over. After a deep clone, the new bitmap is completely independent from the original
公共方法静态成员FastLock(Bitmap)
Locks this bitmap into memory and returns a FastBitmap that can be used to manipulate its pixels
公共方法静态成员FastLock(Bitmap, FastBitmapLockFormat)
Locks this bitmap into memory and returns a FastBitmap that can be used to manipulate its pixels
Top
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架