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


In This Topic
    QnW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QnW( _
       ByVal rnW As NMargins, _
       ByVal SnW As NMargins, _
       ByVal tnW As System.Double, _
       ByVal UnW As System.Double _
    ) As NRectangle
    'Usage
     
    
    Dim rnW As NMargins
    Dim SnW As NMargins
    Dim tnW As System.Double
    Dim UnW As System.Double
    Dim value As NRectangle
     
    value = NRectangle.QnW(rnW, SnW, tnW, UnW)
    internal static NRectangle QnW( 
       NMargins rnW,
       NMargins SnW,
       System.double tnW,
       System.double UnW
    )

    Parameters

    rnW
    SnW
    tnW
    UnW
    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