摘要: 转自ArcGIS Engine 线段绘制研究 基本步骤 构建形状 1. 创建 IPoint IPoint m_Point = new PointClass(); m_Point.PutCoords(x, y); 2. 创建 IPointCollection IPointCollection m_Po 阅读全文
posted @ 2017-05-06 15:26 wenglabs 阅读(1586) 评论(0) 推荐(0)