04 2011 档案
摘要: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]{
阅读全文