windows-8windows-runtimewritablebitmap

Crop / Clip Images in WinRT


How I can Crop / Clip images in WinRT. I have an image filled completely in a windows 8 window. I need to clip / crop the image from center and i need to display the two image section into two separate grids. How I can do the same through windows 8. Is it possible to implement this without using WritableBitmapEx. If no, how to do the same through WritableBitmapEx.


Solution

  • There are many ways to do it actually, each with some pros and cons.