摘要:
参照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> /// 阅读全文
摘要:
方法1:resultBitmap.SetPixel(x, y, sourceBitmap.GetPixel(offsetX + x, offsetY+y))///<summary> ///getacertainrectanglepartofaknowngraphic ///</summary> ///<paramname="bitmapPathAndName">pathandnameofthesourcegraphic</param> ///<paramname="width">widthoft 阅读全文