Loading

摘要: public class ColorTool { /// <summary> /// 从ARGB转换 /// </summary> /// <param name="color"></param> /// <returns></returns> public static SolidColorBrush FromArgb(string color) { int[] a = new int[4]; int[] b = new int[8]; string rg1 = "#[a-fA-F0-9]{ 阅读全文
posted @ 2011-04-26 11:20 Agile.Zhou 阅读(369) 评论(2) 推荐(0) 编辑