Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NGraphPartsLayout Class / LayoutRegionsContent Method


In This Topic
    LayoutRegionsContent Method
    In This Topic
    Called to layout the content of all regions
    Syntax
    'Declaration
     
    
    Protected Overridable Sub LayoutRegionsContent( _
       ByVal regions As NRegionList, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NGraphPartsLayout
    Dim regions As NRegionList
    Dim context As NLayoutContext
     
    instance.LayoutRegionsContent(regions, context)
    protected virtual void LayoutRegionsContent( 
       NRegionList regions,
       NLayoutContext context
    )

    Parameters

    regions
    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