L
Luis Arnauth
Hello,
I've got a small aplication where i design a small scheme using
System.Drawing.
I need to use a NumericUpDown control to change some text i've draw.
I have all the code under:
protected override void OnPaint(PaintEventArgs paintEvent)
How can i update my draws with new values ?
Thank you
Luis Arnauth
I've got a small aplication where i design a small scheme using
System.Drawing.
I need to use a NumericUpDown control to change some text i've draw.
I have all the code under:
protected override void OnPaint(PaintEventArgs paintEvent)
How can i update my draws with new values ?
Thank you
Luis Arnauth