Currently it is implemented as a simple label. Should be improved:
- move it away so the mouse cursor does not obscure it
- add padding
- add border
- make colors (text, border, background) customizable
- make it possible to hide it completely?
Comments: I had tried this some more. I got rid of the extra control and put the bitmap buffer in the plot control iteslf. It was all pointless anyways because Graphics.DrawImage does not scale at all. The larger the bitmap gets the worse the performance of that call is. It just slows and slow whole number multiples of milliseconds per render as the size increases. The author of Paint.Net mentioned it while ago. https://stackoverflow.com/questions/11020710/is-graphics-drawimage-too-slow-for-bigger-images
- move it away so the mouse cursor does not obscure it
- add padding
- add border
- make colors (text, border, background) customizable
- make it possible to hide it completely?
Comments: I had tried this some more. I got rid of the extra control and put the bitmap buffer in the plot control iteslf. It was all pointless anyways because Graphics.DrawImage does not scale at all. The larger the bitmap gets the worse the performance of that call is. It just slows and slow whole number multiples of milliseconds per render as the size increases. The author of Paint.Net mentioned it while ago. https://stackoverflow.com/questions/11020710/is-graphics-drawimage-too-slow-for-bigger-images