I am trying to convert a CroppedBitmap to BitmapImage * EDIT:Without using a memorystream.*
I have tried to directly convert it, seems that is not an option. This should't be that hard.
I am attempting to cut out part of a BitmapImage, and create a BitmapImage that contains only the new cropped Bitmap.