Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 6.0.4 beta (Read 918 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 711
Joined: Apr 6th, 2003
Version 6.0.4 beta
Aug 12th, 2013 at 11:18am
Print Post  
FlowChart.NET version 6.0.4 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.

If anyone is interested in trying the beta version, please download this archive containing the updated control assemblies and help file:
https://mindfusion.eu/_beta/fcnet604.zip

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