Windows规定一个扫描行所占的字节数必须是4的倍数(即以long为单位),不足的以0填充。计算公式:LineBytes = (width * bitCount + 31) / 32 * 4
Mark.