Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphPartsLayout Class / CreateRegions Method
objects, which to split into regions
layout context


In This Topic
    CreateRegions Method (NGraphPartsLayout)
    In This Topic
    Called to create the regions from the specified list of objects
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateRegions( _
       ByVal objects As NList, _
       ByVal context As NLayoutContext _
    ) As NRegionList
    'Usage
     
    
    Dim instance As NGraphPartsLayout
    Dim objects As NList
    Dim context As NLayoutContext
    Dim value As NRegionList
     
    value = instance.CreateRegions(objects, context)
    protected abstract NRegionList CreateRegions( 
       NList objects,
       NLayoutContext context
    )

    Parameters

    objects
    objects, which to split into regions
    context
    layout context

    Return Value

    list of the regions
    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