Nevron .NET Vision
Nevron.Diagram Namespace / NFunctions Class / ComputeNodesBounds Method


In This Topic
    ComputeNodesBounds Method
    In This Topic
    Computes the bounds of the specified nodes
    Syntax
    'Declaration
     
    
    Public Shared Function ComputeNodesBounds( _
       ByVal nodes As NNodeList, _
       ByVal filter As NFilter _
    ) As NRectangleF
    'Usage
     
    
    Dim nodes As NNodeList
    Dim filter As NFilter
    Dim value As NRectangleF
     
    value = NFunctions.ComputeNodesBounds(nodes, filter)
    public static NRectangleF ComputeNodesBounds( 
       NNodeList nodes,
       NFilter filter
    )

    Parameters

    nodes
    filter
    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