摘要:
//////////////////////////////////////////////////////////////////////////// TUPLE COMPLETE CORRECT///////////////////////////////////////////////////////////////////////////************************************************************************** TypeOperator Definition****************** 阅读全文
posted @ 2009-12-23 21:47
qiang.xu
阅读(382)
评论(0)
推荐(0)
摘要:
一个很不错的c#实现的图片特效,相应源程序如下:FASTBitmap.csusing System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Drawing.Imaging;namespace WaveEffects{ public unsafe class FastBitmap { public struct PixelData { public byte blue; public byte green; public byte red; public byte a 阅读全文
posted @ 2009-12-23 21:42
qiang.xu
阅读(1552)
评论(2)
推荐(0)