Top "Drawingvisual" questions

DrawingVisual is a visual object that can be used to render vector graphics on the screen.

Fast 2D graphics in WPF

I need to draw a large amount of 2D elements in WPF, such as lines and polygons. Their position also …

c# wpf performance drawing drawingvisual
Dynamically add Columns to DataGrid in wpf

I am currently working on a custom canvas and in that i have to add a table,So i thought …

c# wpf wpfdatagrid drawingvisual
The reason behind slow performance in WPF

I'm creating a large number of texts in WPF using DrawText and then adding them to a single Canvas. I …

c# wpf performance drawtext drawingvisual