Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRangeI Structure / FitInRange Method


In This Topic
    FitInRange Method (NRangeI)
    In This Topic
    Tries to fit the passed range into this range.
    Syntax
    'Declaration
     
    
    Public Sub FitInRange( _
       ByVal range As NRangeI _
    ) 
    'Usage
     
    
    Dim instance As NRangeI
    Dim range As NRangeI
     
    instance.FitInRange(range)
    public void FitInRange( 
       NRangeI range
    )

    Parameters

    range
    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