Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NTreeLayout Class / CreateRegions Method


In This Topic
    CreateRegions Method (NTreeLayout)
    In This Topic
    Overriden to split the object regions into trees, and create a tree region for each resulting tree.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateRegions( _
       ByVal objects As NList, _
       ByVal context As NLayoutContext _
    ) As NRegionList
    'Usage
     
    
    Dim instance As NTreeLayout
    Dim objects As NList
    Dim context As NLayoutContext
    Dim value As NRegionList
     
    value = instance.CreateRegions(objects, context)
    protected override NRegionList CreateRegions( 
       NList objects,
       NLayoutContext context
    )

    Parameters

    objects
    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