Thumbnail View Resource
Source

www.i-programmer.info, posted 2010-05-01

Added By

Avatar MikeJames on 2010-05-01

Vitals
0score
  • 3371 total views
Summary
A tutorial on WPF BitmapSources and related classes.
Excerpt
"WPF is based on DirectX a 3D drawing system and hence it is very good at vector graphics in 2D and 3D but what about bitmaps? In the main bitmap graphics in WPF are a second-class citizen and often relegated to simply providing texture maps for 3D solids. You will even find bitmaps referred to as textures in the documentation – something that doesn’t make a lot of sense until you realise that WPF is essentially about vector graphics. The good news is that that despite the emphasis on vector graphics WPF can do bitmaps and with the WriteableBitmap object you can even do bitmap manipulation.The WPF bitmap classes are essentially wrappers for the Windows Imaging Component - a COM based system that provides bitmap facilities to general Windows applications. But first let's start off with something more fundamental. Notice that if you are looking to work with bitmaps in Silverlight which is based on WPF then you need know that it does things differently."
Full Link

http://www.i-programmer.info/programming/wpf-workings/500-bitmapsource-wpf-bitmaps-1.html

Comments 

There aren't any comments yet for this resource. Be the first to add one!

Add a Comment

Please log in to post comments.

Tags

Tasks

Thumbnail Screenshots by Thumbshots