点击或拖拽改变大小

BmpFile 构造函数 (Int32, Int32, Byte)

Sweet 开发框架
从图像数据创建Bmp图片

命名空间:  Sweet.Common
程序集:  Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public BmpFile(
	int width,
	int height,
	byte[] bmpData
)

参数

width
类型:SystemInt32
宽度
height
类型:SystemInt32
高度
bmpData
类型:SystemByte
数据,从左上角开始,为每个点的B、G、R循环
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架