WPF lets you pass in a big array of pixel values to create a new BitmapSource ... byte[] pixelData = new byte[width*height]; for (int y = 0; ...
確定! 回上一頁