A class on base of the <a href=Bitmap.html>{Bitmap}</a> to work with pixels as an array of bytes. To do so, an object should be locked (entire or a range of rows) using functions <b>Lock</b> / <b>Lock_rows</b>. A lock result can be accessed as an array of bytes Pixels[*]. Do not forget to unlock the bitmap at the end of an operation(<b>Unlock</b>). This is not too critical but your application can fail to function.