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


In This Topic
    xvW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function xvW( _
       ByVal YvW As NGraphicsPath, _
       ByVal AWW As tlGb _
    ) As NRegion
    'Usage
     
    
    Dim YvW As NGraphicsPath
    Dim AWW As tlGb
    Dim value As NRegion
     
    value = NRegion.xvW(YvW, AWW)
    internal static NRegion xvW( 
       NGraphicsPath YvW,
       tlGb AWW
    )

    Parameters

    YvW
    AWW
    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