Convert a BitmapImage into a byte array. private static byte[] ImageToBytes(BitmapImage image) { byte[] data; JpegBitmapEncoder encoder ...
確定! 回上一頁