How to Crop an Image in a Windows Store Application
- Posted: Nov 12, 2012 at 12:00 AM
- 17,632 Views
- 4 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In a typical .NET WPF application, we can use the System.Windows.Media.Imaging.CroppedBitmap class to crop a bitmap, but in a Windows Store app, this class is not available. In Windows Store app, you can crop a bitmap by using a BitmapTransform class while reading the bitmap in a BitmapDecoder. In this video, we will demonstrate how to crop an image in a Windows Store application.
Your App Adventure Starts here. Build your Windows Store and Windows Phone Apps and games here.
Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. FREE Download
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Hi,
Thanks for the great post. Can we get the source code somewhere?
Hi rythm
You can download this sample code from http://code.msdn.microsoft.com/CSWin8AppCropBitmap-52fa1ad7
Thanks
Jialiang Ge
Program Manager
Microsoft All-In-One Code Framework
Thanks so much!!!
Both C# and VB versions of the sample are available now:
C#: http://code.msdn.microsoft.com/CSWin8AppCropBitmap-52fa1ad7
VB: http://code.msdn.microsoft.com/VBWindowsStoreAppCropBitmap-d1d416f5
Remove this comment
Remove this thread
close