Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLine Structure / Cjbb Method


In This Topic
    Cjbb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function Cjbb( _
       ByVal djbb As NPoint, _
       ByVal Ejbb As System.Double _
    ) As NLineSegment
    'Usage
     
    
    Dim instance As NLine
    Dim djbb As NPoint
    Dim Ejbb As System.Double
    Dim value As NLineSegment
     
    value = instance.Cjbb(djbb, Ejbb)
    internal NLineSegment Cjbb( 
       NPoint djbb,
       System.double Ejbb
    )

    Parameters

    djbb
    Ejbb
    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