Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / lrv Method


In This Topic
    lrv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function lrv( _
       ByVal Mrv As tlGb, _
       ByVal nrv As NPoint, _
       ByVal Orv As System.Double, _
       ByVal prv As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim Mrv As tlGb
    Dim nrv As NPoint
    Dim Orv As System.Double
    Dim prv As System.Double
    Dim value As System.Boolean
     
    value = instance.lrv(Mrv, nrv, Orv, prv)
    internal System.bool lrv( 
       tlGb Mrv,
       NPoint nrv,
       System.double Orv,
       System.double prv
    )

    Parameters

    Mrv
    nrv
    Orv
    prv
    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