WinForm的SolidBrush与wpf中的SolidColorBrush
摘要:
winfrom: private readonly Brush bTrue = new SolidBrush(Color.FromArgb(255, 192, 255, 192)); wpf: private readonly Brush bTrue = new SolidColorBrush(Co 阅读全文
posted @ 2020-12-15 10:20 asddasd 阅读(229) 评论(0) 推荐(0) 编辑