Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
3.33/5 (3 votes)
I need sample application explaining use of WriteableBitmapEx for winrt or wpf

I have checked the codeplex but I am not getting any output in my metro application.
Posted
Comments
Sergey Alexandrovich Kryukov 29-Jun-12 2:55am    
Not a question. Why not simply reading MSDN and developing the application the way you want as people normally do? If you face any problem and clearly explain it, we will gladly help you.
--SA
Sandeep Mewara 29-Jun-12 3:17am    
Comment from OP:
I have checked MSDN, I am not getting that properly. If I learn any sample then I can get exact idea about using the methods. MSDN is not the one stop solution in my view. A working example is far better then theory.
Farhan Ghumra 29-Jun-12 2:57am    
I have checked MSDN, I am not getting that properly. If I learn any sample then I can get exact idea about using the methods. MSDN is not the one stop solution in my view. A working example is far better then theory.
Sandeep Mewara 29-Jun-12 3:17am    
Tried to Google and see if any samples available?
Farhan Ghumra 29-Jun-12 3:22am    
I have already checked google, Win 8 MSDN Forum & StackOverflow. I didn't found any example.

1 solution

Check the sample application present with the library. They are very helpful to understand how to use, tweak the library.

This library is excellent. Bitmap operations are not supported natively, but these guys did all the hard work to make it simpler for others.

Major reason for this library is that WritableBitmap does not have render method in winrt.

Please be noted that this library support simple operation. If there is need to do any custom operation (like converting text to image etc), DirectX must be used.
 
Share this answer
 
Comments
Farhan Ghumra 4-Jul-12 1:00am    
My Vote of 5 :)
Farhan Ghumra 4-Jul-12 1:00am    
Yes, I need render method to convert the canvas content into image. In WPF there is a lot of methods we get through System.Windows.Media.Imaging but these all are not available in Windows.UI.Xaml.Media.Imaging

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900