What is the difference between the 2? Some examples would be great!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no
System.Drawing.Bitmapin Silverlight.If you are asking for a comparison between this in the .NET framework and
WritableBitmapin Silverlight then the differences are huge. TheWritableBitmapis a simple representation of a bitmap with very few constructors or means of manipulation. Most of what you can do withBitmapyou would need to implement yourself via thePixelsarray.