This website is a collection of resources and simple code examples demonstrating how to visualize data and draw graphics using C# and .NET technologies. Rather than fragment this content across various articles on my blog I decided to collect everything on this small website and pair it with my C# Data Visualization GitHub project.
- System.Drawing Console Quickstart
- System.Drawing Windows Forms Quickstart
- System.Drawing WPF Quickstart
- Animation Graphics Model
- Animating Graphics in Windows Forms
- Animating Graphics in WPF
- Animating Graphics without Blocking the GUI Thread
- Benchmarking and Performance Analysis
- Render Video with System.Drawing
- Cross-Platform Support for System.Drawing.Common
- Array to Image with System.Drawing
- Double-Buffering with System.Drawing