Microsoft Automatic Graph Layout: Difference between revisions

Content deleted Content added
mNo edit summary
m Replaces obsolete tag.
Line 21:
The MSAGL software supplies three programming libraries:
 
* <tt>{{mono|Microsoft.MSAGL.dll</tt>}}, a device-independent [[graph layout]] engine;
* <tt>{{mono|Microsoft.MSAGL.Drawing.dll</tt>}}, a device-independent implementation of graphs as [[graphical user interface objects]], with all kinds of graphical attributes, and support for interface events such as mouse actions;
* <tt>{{mono|Microsoft.MSAGL.GraphViewerGDI.dll</tt>}}, a [[Windows.Forms]]-based graph viewer [[GUI widget|control]].
 
A trivial application is supplied to demonstrate the viewer.