+ Added GraphArea::AddCustomChildControl() and GraphArea::RemoveCustomChildControl() methods to make the possibility to add any custom controls that are not vertex or edge.
+ Added ZoomControl::ToContentRectangle() method which translates screen rectangle coordinates to content rectangle coordinates
+ Improved GraphArea code performance (slightly)
+ Fixed issue with ZoomControl area selection by Ctrl+Alt+Click
- GraphArea::Children property has been hidden. Use EdgesList and VertexList properties and corresponding methods instead.
↧