Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPoint Structure / GetCompassDirection Method


In This Topic
    GetCompassDirection Method
    In This Topic
    Gets the compass direction which corresponds to the vector formed by this point and the specified point.
    Syntax
    'Declaration
     
    
    Public Function GetCompassDirection( _
       ByVal point As NPoint _
    ) As ENCompassDirection
    'Usage
     
    
    Dim instance As NPoint
    Dim point As NPoint
    Dim value As ENCompassDirection
     
    value = instance.GetCompassDirection(point)
    public ENCompassDirection GetCompassDirection( 
       NPoint point
    )

    Parameters

    point
    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