Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLine Structure / GetPerpLine Method
The intersection point.


In This Topic
    GetPerpLine Method
    In This Topic
    Gets a line that is perpendicular to the current line and intersects it at the specified point.
    Syntax
    'Declaration
     
    
    Public Function GetPerpLine( _
       ByVal intersectionPoint As NPoint _
    ) As NLine
    'Usage
     
    
    Dim instance As NLine
    Dim intersectionPoint As NPoint
    Dim value As NLine
     
    value = instance.GetPerpLine(intersectionPoint)
    public NLine GetPerpLine( 
       NPoint intersectionPoint
    )

    Parameters

    intersectionPoint
    The intersection 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