Search code examples
.netgraphicsqgraphicsview

.NET equivalent of Qt Graphics View Framework?


Is there a .NET (3.5+) library that has similar features as Qt Graphics View Framework? The main features I need are:

  • Allows to display multiple dynamic 2D graphical items
  • Supports zooming, rotation
  • Separates a scene from views and allows to work in scene coordinates (instead of pixels).
  • Allows picking individual items

Solution

  • Sounds like WPF.