I'm trying to implement a flicker-free graph control in C#.<BR>Here's a rather cut-down version:<BR><pre class="ip-ubbcode-code-pre"><BR>public class Graph : System ...
Alright, I'm drawing my text using Graphics.DrawString. This is how I'm doing it:<BR><pre class="ip-ubbcode-code-pre">gfx.DrawString( "string to draw", font, brush ...