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


In This Topic
    FitInRange Method (NRange)
    In This Topic
    Tries to fit the passed range into this range.
    Syntax
    'Declaration
     
    
    Public Sub FitInRange( _
       ByVal range As NRange _
    ) 
    'Usage
     
    
    Dim instance As NRange
    Dim range As NRange
     
    instance.FitInRange(range)
    public void FitInRange( 
       NRange 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