• 2024-07-08Bmp读写二值图
    publicclassBmp:IDisposable{/**每行像素数据必须是4的倍数*黑白二值图0表示黑,1表示白*/publicintWidth{get=>_width;}publicintHeight{get=>Math.Abs(_height);}publicintBitCount{get=>_bitCount;}