Interface for implementations that can calculate the bounds of a group node in a IGroupedGraph.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IGroupBoundsCalculator
Visual Basic
Public Interface IGroupBoundsCalculator

Remarks

Implementations of this interface will be queried from INode's Lookup(Type) method.

See Also