News
I'm trying to implement a flicker-free graph control in C#.Here's a rather cut-down version:public class Graph : System.Windows.Forms.PictureBox{ private Graphics graphDC; private Graphics ...
Alright, I'm drawing my text using Graphics.DrawString. This is how I'm doing it:gfx.DrawString( "string to draw", font, brush, rect, format ); I generate a bounding rectangle so the text doesn't ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results