Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NBoundsTracker Class / GetOppositeHandle Method
handle


In This Topic
    GetOppositeHandle Method
    In This Topic
    Obtains a reference to the handle, which is opposite to the specified handle
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetOppositeHandle( _
       ByVal handle As NBoundsHandle _
    ) As NBoundsHandle
    'Usage
     
    
    Dim instance As NBoundsTracker
    Dim handle As NBoundsHandle
    Dim value As NBoundsHandle
     
    value = instance.GetOppositeHandle(handle)
    protected virtual NBoundsHandle GetOppositeHandle( 
       NBoundsHandle handle
    )

    Parameters

    handle
    handle

    Return Value

    opposite handle
    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