Tag Archive | "writeablebitmap"

Dynamically creating thumbnails with WriteableBitmap and DispatcherTimer in Silverlight 3

Saturday, November 7, 2009

0 Comments

Dynamically creating thumbnails with WriteableBitmap and DispatcherTimer in Silverlight 3

In the previous example “Creating thumbnails of video frames with WriteableBitmap in Microsoft Expression Blend 3″ the user was able to create thumbnails by clicking on the video display. The following example shows how thumbnails could be dynamically created by using DispatcherTimer thereby eliminating the need to click.

Continue reading...

Creating thumbnails of video frames with WriteableBitmap in Microsoft Expression Blend 3

Saturday, November 7, 2009

3 Comments

Creating thumbnails of video frames with WriteableBitmap in Microsoft Expression Blend 3

Click on video to create thumbnails The following example shows how to create thumbnails by using the WriteableBitmap class.

Continue reading...