Nevron.Diagram Namespace / NSceneTree Class / BranchBounds Method


In This Topic
    BranchBounds Method
    In This Topic
    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
    filter
    depth
    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