public ImageWriter WriteLeUInt32(uint offset, uint ui) { ByteMemoryArea.WriteLeUInt32(Bytes, offset, ui); return(this); }