Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Windows Forms, V6.0.4 (Read 2240 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 688
Joined: Apr 6th, 2003
Diagramming for Windows Forms, V6.0.4
Aug 21st, 2013 at 4:32pm
Print Post  
We have released version 6.0.4 of FlowChart.NET. It adds the following customer-requested features:

Import OpenOffice Draw files
The DrawImporter class can import .odg files, created by the OpenOffice Draw vector graphics editor. In order to use it, you must add a reference to the MindFusion.Diagramming.Import.Draw.dll assembly. DrawImporter supports shapes from the General and Flowchart shape palettes in Draw. Various overloads of the Import method can be used to import the OpenOffice drawing into a DiagramDocument whose pages correspond to the Draw pages, or into a single Diagram whose content is merged from all imported pages. For each node shape from the .odg file, the importer creates a ShapeNode object whose Shape, Text, Brush and Pen properties are set to values corresponding to the imported OpenOffice shape. For each connector shape, the importer creates a DiagramLink object whose Origin and Destination are set to the corresponding imported nodes, and whose ControlPoints reflect the geometry of the connector.

Miscellaneous
~ The XUnit and YUnit properties allow specifying the coordinates of an AnchorPoint as a fixed offset from the node's top-left corner rather than in percentage, so that the point position does not change when the node is resized.
~ The RotationHandleBrush property of HandlesVisualStyle can be used to set the brush of rotation handles.
~ New RoundAndSquare and RoundAndSquare2 handle styles can be set as the HandlesStyle of nodes.
~ Styles can now specify stroke dash styles via the StrokeDashStyle property of DiagramItemStyle and HeadStrokeDashStyle property of DiagramLinkStyle.
~ Improved placement of AutoArrange link labels along shorter link segments.
~ The ArrangeLinkLabels method rearranges link labels whose AutoArrange flag is set.
~ Fixed a bug in automatic layout of off-screen link labels.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.
    
A trial version is available for download here: 
https://www.mindfusion.eu/FCNetDemo.zip

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint