码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
C#接口的经典案例
C#接口(interface)实例子(简单而经典)2008/12/04 10:04using System;using System.Collections.Generic;using System.Text;using System.Threading;namespace AppTest{ ...
分类:其他好文   时间:2014-07-07 16:12:33    阅读次数:174
C#中out的一种用法
1.当希望方法返回多个值时,声明out方法很有用。这样使方法可以有选择地返回值。using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 求数组最大最小值{ class...
分类:其他好文   时间:2014-07-07 14:53:45    阅读次数:190
反射的一些探索
动态加载程序集 在我尝试搭建一个高度抽象的企业级三层架构时,我运用了反射的原理来解除框架间层次的耦合,有兴趣的朋友可以点击这里,我的核心代码如下using IDal;using System;using System.Collections.Generic;using System.Configur...
分类:其他好文   时间:2014-07-03 11:21:23    阅读次数:178
C#图片上写文字
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ...
分类:其他好文   时间:2014-07-03 11:07:45    阅读次数:154
List排序的两种简便方式
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ListSort{ class Program { static void Main(st...
分类:其他好文   时间:2014-07-01 23:07:41    阅读次数:252
CentOS下编译Lua使得其支持动态链接
在Linux下编译Lua时,我一般都是使用的make generic,这样编译没有什么问题,运行lua的程序也都OK,但是,这样在加载外部的C动态链接库,却总是报下面的错误dynamic libraries not enabled; check your Lua installation查找了半天资...
分类:其他好文   时间:2014-07-01 19:59:40    阅读次数:812
csharp:DropDownComboxTreeView
using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Resources;using System.ComponentModel;using System.W...
分类:其他好文   时间:2014-07-01 11:38:44    阅读次数:187
C#画图
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;namespace BitMap{ /// /// Image 的摘要说明 ...
分类:其他好文   时间:2014-07-01 00:20:26    阅读次数:219
Panel扩展 圆角边框,弧形边框
using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Drawing.Drawing2D;using System.Linq;using ...
分类:其他好文   时间:2014-06-30 23:15:01    阅读次数:266
Silverlight形状、画笔、变换、图像处理、几何图形
1.形状(Ellipse、Line、Path、Polygon、Polyline 和 Rectangle) 1 8 9 23 24 33 34 37 41 42 43 ...
分类:Web程序   时间:2014-06-30 15:18:01    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!