Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NDirectedCellsLayout Class / LayoutCells Method


In This Topic
    LayoutCells Method (NDirectedCellsLayout)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub LayoutCells( _
       ByVal cells As NCellBodyList, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NDirectedCellsLayout
    Dim cells As NCellBodyList
    Dim context As NLayoutContext
     
    instance.LayoutCells(cells, context)
    protected override void LayoutCells( 
       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