Nevron .NET Vision
Nevron.Diagram Namespace / NSceneTree Class / BranchBounds Method
node
filter
depth in which to explore the branch subtree, or -1 to explore the whole tree


In This Topic
    BranchBounds Method
    In This Topic
    Obtains the bounds of the node branch subtree by obeying to the specified filter and depth parameters
    Syntax
    'Declaration
     
    
    Public Shared Function BranchBounds( _
       ByVal node As INNode, _
       ByVal filter As INFilter, _
       ByVal depth As System.Integer _
    ) As NRectangleF
    'Usage
     
    
    Dim node As INNode
    Dim filter As INFilter
    Dim depth As System.Integer
    Dim value As NRectangleF
     
    value = NSceneTree.BranchBounds(node, filter, depth)
    public static NRectangleF BranchBounds( 
       INNode node,
       INFilter filter,
       System.int depth
    )

    Parameters

    node
    node
    filter
    filter
    depth
    depth in which to explore the branch subtree, or -1 to explore the whole tree

    Return Value

    branch bounds
    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