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


In This Topic
    CreateRegions Method (NGraphLayout)
    In This Topic
    Overriden to split the object regions into graphs, and create a graph region for each resulting graph.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateRegions( _
       ByVal objects As NList, _
       ByVal context As NLayoutContext _
    ) As NRegionList
    'Usage
     
    
    Dim instance As NGraphLayout
    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