摘要: string ColorStr= "Yellow"; Color slateBlue = Color.FromName(ColorStr) FormName返回一个Color int R = slateBlue.R; int G = slateBlue.G; int B = slateBlue.B;... 阅读全文
posted @ 2015-10-15 11:03 菜鸟中的大神 阅读(336) 评论(0) 推荐(0)