 | 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
)
Public Sub New (
width As Integer,
height As Integer,
bmpData As Byte()
)
new :
width : int *
height : int *
bmpData : byte[] -> BmpFile
参数
- width
- 类型:SystemInt32
宽度 - height
- 类型:SystemInt32
高度 - bmpData
- 类型:SystemByte
数据,从左上角开始,为每个点的B、G、R循环
参见