Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRegion Class / rvW Method


In This Topic
    rvW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function rvW( _
       ByVal SvW As System.Double, _
       ByVal tvW As System.Double, _
       ByVal UvW As System.Double, _
       ByVal vvW As System.Double, _
       ByVal WvW As tlGb _
    ) As NRegion
    'Usage
     
    
    Dim SvW As System.Double
    Dim tvW As System.Double
    Dim UvW As System.Double
    Dim vvW As System.Double
    Dim WvW As tlGb
    Dim value As NRegion
     
    value = NRegion.rvW(SvW, tvW, UvW, vvW, WvW)
    internal static NRegion rvW( 
       System.double SvW,
       System.double tvW,
       System.double UvW,
       System.double vvW,
       tlGb WvW
    )

    Parameters

    SvW
    tvW
    UvW
    vvW
    WvW
    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