摘要: 参照http://www.cnblogs.com/hawking106123/archive/2007/06/14/783202.html,对其中一些繁琐的内容进行删节,整理后发布这个完整的代码:using System;using System.Collections.Generic;using System.Text;namespace CPoker{ /// <summary> /// 纸牌类 /// </summary> public class CPoker { public int Value;//牌面数字 } /// <summary> /// 阅读全文
posted @ 2011-04-05 12:15 Yao,Mane 阅读(328) 评论(0) 推荐(1) 编辑
摘要: 方法1:resultBitmap.SetPixel(x, y, sourceBitmap.GetPixel(offsetX + x, offsetY+y))///<summary> ///getacertainrectanglepartofaknowngraphic ///</summary> ///<paramname="bitmapPathAndName">pathandnameofthesourcegraphic</param> ///<paramname="width">widthoft 阅读全文
posted @ 2011-04-05 09:42 Yao,Mane 阅读(260) 评论(0) 推荐(0) 编辑