Nevron Open Vision Documentation
Nevron.Nov.Chart.Tools Namespace / NRectangleZoomTool Class / lWlG Method


In This Topic
    lWlG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function lWlG( _
       ByRef MWlG As System.Boolean, _
       ByRef nWlG As NRange, _
       ByRef OWlG As NRange _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRectangleZoomTool
    Dim MWlG As System.Boolean
    Dim nWlG As NRange
    Dim OWlG As NRange
    Dim value As System.Boolean
     
    value = instance.lWlG(MWlG, nWlG, OWlG)
    internal System.bool lWlG( 
       out System.bool MWlG,
       out NRange nWlG,
       out NRange OWlG
    )

    Parameters

    MWlG
    nWlG
    OWlG
    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