User control question:# DotNet - 窗口里的风景
w*w
1 楼
to make a user control with graphics drawing on it. Each time when data changes,
the graphics in the control will also change. anyone has some idea to do such
kind of controls?
System.Drawing.Graphics gr = this.CreateGraphics();
i can draw in this gr, and perhaps double buffering technique also is needed.
but how to do it in .NET?
the graphics in the control will also change. anyone has some idea to do such
kind of controls?
System.Drawing.Graphics gr = this.CreateGraphics();
i can draw in this gr, and perhaps double buffering technique also is needed.
but how to do it in .NET?