摘要:
截图--转图为数组--确定坐标--转数据为RGB--生成颜色WriteableBitmap wb = new WriteableBitmap(myImage, null);int color = wb.Pixels[(int)e.GetPosition(myImage).Y * (int)myImage.ActualWidth + (int)e.GetPosition(myImage).X];byte[] bytes = BitConverter.GetBytes(color);myBorder1.Background = new SolidColorBrush(Color.FromArgb( 阅读全文
posted @ 2013-02-28 09:45
中文代码
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号