Nevron.Diagram Namespace / NSceneTree Class / GetConstrainBounds Method


In This Topic
    GetConstrainBounds Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetConstrainBounds( _
       ByVal nodes As NNodeList, _
       ByVal filter As INFilter _
    ) As NRectangleF
    'Usage
     
    
    Dim nodes As NNodeList
    Dim filter As INFilter
    Dim value As NRectangleF
     
    value = NSceneTree.GetConstrainBounds(nodes, filter)
    public static NRectangleF GetConstrainBounds( 
       NNodeList nodes,
       INFilter 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