摘要:
/// /// 可显示Gif 的窗体 /// public class WinGif : Form { private Image _img = null; public Image Img { g... 阅读全文
posted @ 2014-09-07 18:22
天马3798
阅读(503)
评论(0)
推荐(0)
摘要:
public class WindowOne:Form { public WindowOne() { InitializeCompnent(); } public void InitializeCompnent(... 阅读全文
posted @ 2014-09-07 17:38
天马3798
阅读(728)
评论(0)
推荐(0)
摘要:
一、GDI+中:Color位于System.Drawing命名空间下。当我们需要使用某种颜色时,我们可以用以下几种方式:(1)Color.FromArgb(alpha, red, green, blue) //alpha为0~255(2)Color.FromArgb(red, green, blue... 阅读全文
posted @ 2014-09-07 17:08
天马3798
阅读(1054)
评论(0)
推荐(0)
浙公网安备 33010602011771号