can someone post me a complete coding for bitmap source?including system and class?thx
4 replies to this topic
#1
Posted 07 January 2012 - 06:22 AM
|
|
|
#2
Posted 07 January 2012 - 06:27 AM
Here's MDSN's source for this class: WriteableBitmap Class
From what i know i don't think you can get the source code from classes like this.
From what i know i don't think you can get the source code from classes like this.
Think my post we're usefull? Please take your time and press the Like button at my post, Big Thanks!
For great C# & Android tutorials visit my blogg: http://www.thecompboy.com/
For great C# & Android tutorials visit my blogg: http://www.thecompboy.com/
#3
Posted 07 January 2012 - 06:35 AM
i know this thing..so i need a complete coding..with the classes all this
#4
Posted 08 January 2012 - 01:41 AM
TheCompBoy said:
Here's MDSN's source for this class: WriteableBitmap Class
From what i know i don't think you can get the source code from classes like this.
From what i know i don't think you can get the source code from classes like this.
It is possible to get the source code of this using a decompiler like ILSpy or Reflector. You can't really use them by just adding the sourcefile (it's relying on a few internal classes in the framework so it won't compile) but you can look into it and see how it works.
I've added it as an attachment.
Attached Files
#5
Posted 08 January 2012 - 11:56 AM
actually my assignment question is like this ...i got a raw file by record from computer then now i wan display it to my windows phone.so i wan covert my raw file to bitmap then read frame by frame...my pixel is 640 X 480..
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top










