.NET 2d library for circuit diagrams

Posted by Dinah on Stack Overflow See other posts from Stack Overflow or by Dinah
Published on 2010-05-06T16:40:45Z Indexed on 2010/05/06 16:58 UTC
Read the original article Hit count: 195

Filed under:
|
|

I want to draw and manipulate logic flow (as opposed to analog) circuit diagrams and I'm trying not to reinvent the wheel.

Problems like positioning, line drawing, line crossing and connecting, path finding, rubberband lines, and drag & drop are also identical in flow charts, UML diagrams, or class diagrams so I started by viewing related topics via Google and Stack Overflow. However, the following requirements seemed to keep me from finding anything that quite fit:

  • assuming a chip has an image with input and output stubs, the connecting lines would connect to the chip only in the exact spots of the I/O stubs
  • the color of connecting lines are able to be set as per a chip's output

Is there an existing .NET 2d graphics library that would be suitable for drawing circuit diagrams?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about library