DrawingVisual is a visual object that can be used to render vector graphics on the screen. It's part of the Microsoft .NET Framework 3.0+.
DrawingVisual is a lightweight drawing class that is used to render shapes, images, or text. This class is considered lightweight because it does not provide layout, input, focus, or event handling, which improves its performance. For this reason, drawings are ideal for backgrounds and clip art.
DrawingVisual part of the Microsoft .NET Framework 3.0+.