Nevron.Diagram.Layout Namespace / NDirectedCellsLayout Class / CreateLayouter Method


CreateLayouter Method (NDirectedCellsLayout)
Syntax
'Declaration
 
Protected MustOverride Function CreateLayouter( _
   ByVal directionConverter As NCellsDirectionConverter, _
   ByVal context As NLayoutContext _
) As NCellsLayouter
 
'Usage
 
Dim instance As NDirectedCellsLayout
Dim directionConverter As NCellsDirectionConverter
Dim context As NLayoutContext
Dim value As NCellsLayouter
 
value = instance.CreateLayouter(directionConverter, context)

Parameters

directionConverter
context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also