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

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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