码迷,mamicode.com
首页 > 其他好文 > 详细

每天进步一点点

时间:2014-11-14 19:22:02      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   strong   div   on   2014   log   

---2014-11-14---

一、GIS像元格转点,从左上角移到中间

1 Point point = new Point(m, n);
2 Point2D sourcePoint = grid.GridToXY(point);
3 sourcePoint.X = sourcePoint.X + this.dpi / 2;
4 sourcePoint.Y = sourcePoint.Y - this.dpi / 2;

 

每天进步一点点

标签:style   blog   color   sp   strong   div   on   2014   log   

原文地址:http://www.cnblogs.com/hao-zhang/p/4097742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!