摘要:
1.创建工程文件,选窗体应用程序,命名为:EsriShpReader2.添加SplitContainer控件到窗体3.在SplitContainer.panel1中添加两个按钮Button,text属性分别改为“打开”,“刷新”4. 在SplitContainer.panel2中添加panel容器,用来显示图像Dock设置为Fill,背景颜色设置为白色5.界面图如下:6.在过程文件中添加类文件,命名为ShpClass编写点、线、面、三个类class Point//点类 { public double X; public double Y; } class Polyline//线类 { publ 阅读全文
posted @ 2013-07-09 21:49
向北方
阅读(6807)
评论(0)
推荐(1)
浙公网安备 33010602011771号