Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRectangle Structure / vnW Method


In This Topic
    vnW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function vnW( _
       ByVal WnW As NRectangle, _
       ByVal xnW As NPoint, _
       ByVal YnW As NPoint _
    ) As NRectangle
    'Usage
     
    
    Dim WnW As NRectangle
    Dim xnW As NPoint
    Dim YnW As NPoint
    Dim value As NRectangle
     
    value = NRectangle.vnW(WnW, xnW, YnW)
    internal static NRectangle vnW( 
       NRectangle WnW,
       NPoint xnW,
       NPoint YnW
    )

    Parameters

    WnW
    xnW
    YnW
    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