Re: state transition diagram

Tech-Archive recommends: Fix windows errors by optimizing your registry



You can do this using raw drawing commands but really, if you want to reduce
the time it takes and not have to learn a load of graphics techniques, I'd
suggest getting a third party tool.

Try VG.NET. http://www.vgdotnet.com

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





"PromisedOyster" <PromisedOyster@xxxxxxxxxxx> wrote in message
news:1121307005.047732.193960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I want to build and show a state transition diagram within our
> application. This will create/use an XML containing the code/
>
> This diagram shuld be able to show start/end state nodes, activity
> nodes, decision points etc. It should also have the ability to double
> click on nodes to show more details, drag and drop from a toolbox to
> the diagram, move components around etc.
>
> Can this be easily done using System.Drawing or would a third party
> product be better?
>


.



Relevant Pages

  • Re: Printing graphics/text that span multiple pages
    ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... You need to figure out how many pages you need and then render your ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Custom Zoom & Performance
    ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... the scaled pixel ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Very Large Bitmaps
    ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... > spaces and 16-bit images etc without the horrible ambiguity and missing ... A bitmap is loaded and expanded to an uncompressed raster so 18000 * ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: multipage tif splitting problem in .net 2.0
    ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... Answer those GDI+ questions with the GDI+ FAQ ... I try to split multipage tif file to separate files using vb.net 2.0. ... Dim sourceBitmapFile As New Bitmap ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Scale transforms, again
    ... And see the GDI+ FAQ for how to rotate text.. ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... I greatly suspect that if I had flipped the Y axis, ... The code for the rotated label is pretty ugly, ...
    (microsoft.public.dotnet.framework.drawing)