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


In This Topic
    LayoutRegionContent Method (NGraphLayout)
    In This Topic
    Called to layout the content of the specified region.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub LayoutRegionContent( _
       ByVal region As NRegion, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NGraphLayout
    Dim region As NRegion
    Dim context As NLayoutContext
     
    instance.LayoutRegionContent(region, context)
    protected override void LayoutRegionContent( 
       NRegion region,
       NLayoutContext context
    )

    Parameters

    region
    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