视频图像处理系列索引 || Arcgis/Engine/Server开发索引 || Web Map Gis开发索引 || jquery表格组件 JQGrid索引
WPF MVVM模式开发实现简明教程索引 || ArcGIS Runtime WPF(.net C#)开发简明教程索引
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: 个人亲自编写、测试,可以正常使用 道理看原文,这里不多说 网上找到的几篇基本都不能用的 C#代码 bool Equal(float f1, float f2) { return (Math.Abs(f1 - f2) < 1f); } bool dayu(Point p1, Point p2)//// 阅读全文
posted @ 2016-04-26 09:42 jhlong 阅读(4009) 评论(0) 推荐(0) 编辑
摘要: Region.IsVisible方法 简单方便准确 阅读全文
posted @ 2016-04-26 09:41 jhlong 阅读(2312) 评论(0) 推荐(0) 编辑
摘要: http://jhlong12345.blog.163.com/blog/static/1230631292015544450189/# 结合上一篇,继续 矩形大小的调整 还有小bug,思路有了,就行了,就不贴修改正常的代码了,自己动动手,有思路基本都可以很快写出来的 看完还写不出来的建议另寻他法吧 阅读全文
posted @ 2016-04-26 09:40 jhlong 阅读(13087) 评论(0) 推荐(1) 编辑
摘要: C#的System.Drawing 命名空间提供了对 GDI+ 基本图形功能的访问 重点在于获取Graphics对象,例如: Graphics g = panel1.CreateGraphics 事实上CreateGraphics继承自Control, 即基本每一种控件都有这个方法 Control. 阅读全文
posted @ 2016-04-26 09:37 jhlong 阅读(13481) 评论(2) 推荐(2) 编辑
摘要: 使用App.config配置参数,读取参数出现错误 “System.Configuration.ConfigurationErrorsException”类型的未经处理的异常在 System.Configuration.dll 中发生 其他信息: 配置系统未能初始化 验证App.config文件没有 阅读全文
posted @ 2016-04-18 16:53 jhlong 阅读(12724) 评论(0) 推荐(0) 编辑
摘要: Google官方教程: Google 地图 API V3 使用入门 Google 地图 API V3 针对移动设备进行开发 Google 地图 API V3 之事件 Google 地图 API V3 之控件 Google 地图 API V3 之 叠加层 Google Maps API V3 之绘图库 阅读全文
posted @ 2016-04-15 12:01 jhlong 阅读(4302) 评论(0) 推荐(0) 编辑
摘要: Google官方教程: Google 地图 API V3 使用入门 Google 地图 API V3 针对移动设备进行开发 Google 地图 API V3 之事件 Google 地图 API V3 之控件 Google 地图 API V3 之 叠加层 Google Maps API V3 之绘图库 阅读全文
posted @ 2016-04-15 12:00 jhlong 阅读(3717) 评论(0) 推荐(0) 编辑
摘要: Google官方教程: Google 地图 API V3 使用入门 Google 地图 API V3 针对移动设备进行开发 Google 地图 API V3 之事件 Google 地图 API V3 之控件 Google 地图 API V3 之 叠加层 Google Maps API V3 之绘图库 阅读全文
posted @ 2016-04-15 11:55 jhlong 阅读(1966) 评论(0) 推荐(0) 编辑
摘要: Google官方教程: Google 地图 API V3 使用入门 Google 地图 API V3 针对移动设备进行开发 Google 地图 API V3 之事件 Google 地图 API V3 之控件 Google 地图 API V3 之 叠加层 Google Maps API V3 之绘图库 阅读全文
posted @ 2016-04-15 11:54 jhlong 阅读(3705) 评论(0) 推荐(0) 编辑
摘要: Google官方教程: Google 地图 API V3 使用入门 Google 地图 API V3 针对移动设备进行开发 Google 地图 API V3 之事件 Google 地图 API V3 之控件 Google 地图 API V3 之 叠加层 Google Maps API V3 之绘图库 阅读全文
posted @ 2016-04-15 11:49 jhlong 阅读(2348) 评论(0) 推荐(1) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
海龙的博客 jhlong@cnblogs 版权所有© 转载请注明链接.有用请推荐一下
代码全部经过本人测试,但不保证复制粘贴就正常运行,更不保证能解决你的问题,请结合前后代码及描述理解后修改和使用