Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTree Class / GetConstrainBounds Method
nodes whose constrain bounds to obtain
filter to use


In This Topic
    GetConstrainBounds Method
    In This Topic
    Calculates the constrain bounds of the specified nodes, by intersecting the constrain bounds of each shape and obeying to the specified filter
    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
    nodes whose constrain bounds to obtain
    filter
    filter to use

    Return Value

    constrain bounds of the nodes
    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