日期:2014-05-16  浏览次数:20899 次

C#中picturebox问题
程序中已经有一个picturebox_paint,想增加一个button,click时先从数据库取坐标数据,然后再在picturebox上画图,button里该怎么写呢?
------解决方案--------------------
看这个 http://bbs.csdn.net/topics/390731680
------解决方案--------------------
graphic G=picturebox_paint.creategraphic;
G.Draw....