点击或拖拽改变大小

FastBitmapLockFormat 枚举

Sweet 开发框架
Describes a pixel format to use when locking a bitmap using FastBitmap.

命名空间:  SweetUI
程序集:  SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public enum FastBitmapLockFormat
成员
  成员名称说明
Format32bppRgb139273Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.
Format32bppPArgb925707Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component.
Format32bppArgb2498570Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架