The RenderTargetBitmap class, part of the .NET Framework (from version 3.0), converts a System.Windows.Media.Visual object into a bitmap.
The RenderTargetBitmap class (System.Windows.Media.Imaging.RenderTargetBitmap
) converts a Visual (System.Windows.Media.Visual
) object into a bitmap.
It can be used for example to render text as an image.
Support of RenderTargetBitmap was added to version 3.0 of the .NET Framework.