Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NRoutableConnector Class / dpb Method


In This Topic
    dpb Method (NRoutableConnector)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function dpb( _
       ByVal flvh As NPoint, _
       ByVal Glvh As NPoint _
    ) As NPoint
    'Usage
     
    
    Dim instance As NRoutableConnector
    Dim flvh As NPoint
    Dim Glvh As NPoint
    Dim value As NPoint
     
    value = instance.dpb(flvh, Glvh)
    internal override NPoint dpb( 
       NPoint flvh,
       NPoint Glvh
    )

    Parameters

    flvh
    Glvh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also