Introduction Especially for photo apps, we may need to crop the image with a rectangle. That is a little bit difficult to implement using the code. However I will explain very clearly in this article using WriteableBitmap. Requirements This sample is targeted to the Windows Phone 7.1 OS. Description In this sample, I cropped the image with a rectangle and then saved it to "MedialLibrary". So let's start the development by the following procedure.
Step 1
Step 2 Open MainPage.xaml and add the following XMAL code. XAML
Result Summary From this article we have learned how to crop an image with a rectangle in Windows Phone. This article is also available at my original blog and also source code is available @ link.
Congratulations on the guru award.
Great article.