Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPortGlue Class / GetLocationAndDirectionInLocal Method


In This Topic
    GetLocationAndDirectionInLocal Method (NPortGlue)
    In This Topic
    Gets port point and direction in target port shape local coordinates.
    Syntax
    'Declaration
     
    
    Protected Friend MustOverride Sub GetLocationAndDirectionInLocal( _
       ByRef location As NPoint, _
       ByRef direction As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NPortGlue
    Dim location As NPoint
    Dim direction As NPoint
     
    instance.GetLocationAndDirectionInLocal(location, direction)
    protected internal abstract void GetLocationAndDirectionInLocal( 
       out NPoint location,
       out NPoint direction
    )

    Parameters

    location
    direction
    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