Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NFlowLayout Class / CreateLayouter Method


In This Topic
    CreateLayouter Method (NFlowLayout)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateLayouter( _
       ByVal directionConverter As NCellsDirectionConverter, _
       ByVal context As NLayoutContext _
    ) As NCellsLayouter
    'Usage
     
    
    Dim instance As NFlowLayout
    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