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


In This Topic
    YMW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function YMW( _
       ByVal AnW As System.Double, _
       ByRef bnW As System.Integer _
    ) As NPoint
    'Usage
     
    
    Dim instance As NRectangle
    Dim AnW As System.Double
    Dim bnW As System.Integer
    Dim value As NPoint
     
    value = instance.YMW(AnW, bnW)
    internal NPoint YMW( 
       System.double AnW,
       out System.int bnW
    )

    Parameters

    AnW
    bnW
    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