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


In This Topic
    Qrv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function Qrv( _
       ByVal rrv As tlGb, _
       ByVal Srv As NRegion, _
       ByVal trv As System.Double, _
       ByVal Urv As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim rrv As tlGb
    Dim Srv As NRegion
    Dim trv As System.Double
    Dim Urv As System.Double
    Dim value As System.Boolean
     
    value = instance.Qrv(rrv, Srv, trv, Urv)
    internal System.bool Qrv( 
       tlGb rrv,
       NRegion Srv,
       System.double trv,
       System.double Urv
    )

    Parameters

    rrv
    Srv
    trv
    Urv
    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