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


In This Topic
    CreateDirectionConverter Method (NFlowLayout)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateDirectionConverter( _
       ByVal cells As NCellBodyList, _
       ByVal context As NLayoutContext _
    ) As NCellsDirectionConverter
    'Usage
     
    
    Dim instance As NFlowLayout
    Dim cells As NCellBodyList
    Dim context As NLayoutContext
    Dim value As NCellsDirectionConverter
     
    value = instance.CreateDirectionConverter(cells, context)
    protected override NCellsDirectionConverter CreateDirectionConverter( 
       NCellBodyList cells,
       NLayoutContext context
    )

    Parameters

    cells
    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