Jump to content

WriteableBitmap class

- - - - -

  • Please log in to reply
4 replies to this topic

#1
Badboy9

Badboy9

    Newbie

  • Members
  • PipPip
  • 11 posts
can someone post me a complete coding for bitmap source?including system and class?thx

#2
TheCompBoy

TheCompBoy

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 272 posts
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.
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/

#3
Badboy9

Badboy9

    Newbie

  • Members
  • PipPip
  • 11 posts
i know this thing..so i need a complete coding..with the classes all this

#4
Roy192

Roy192

    Newbie

  • Members
  • Pip
  • 4 posts

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.

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
Badboy9

Badboy9

    Newbie

  • Members
  • PipPip
  • 11 posts
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