/
posted by
Phil Middlemiss
on
Jun 21, 2010 (more than a year ago)
This article is compatible with the latest version of Silverlight. Introduction In this article I will show you how to capture a “screenshot” of a Silverlight application. Fortunately, since Silverlight 3, this is straight-forward to do with the WriteableBitmap class. I’m also going to show how to use the screen capture for special effects, or for saving to file as a JPG. This article is aimed at ...