在asp.net中使用vb.net绘图

在asp.net中使用vb.net绘图

问题描述:

asp.net中编程语言为vb.net,要绘图使用的是Graphics类,那么对于Graphics怎样初始化,定义为 dim gg as Graphics 在使用的时候用的是 gg.DrawBezier(p, wallline(aa).start1, wallline(aa).control11, wallline(aa).control21, wallline(aa).endpoint1)
报错为 :未将对象引用设置到对象的实例。