Nevron .NET Vision
Nevron.UI Namespace / NLayoutHelper Class / ClampRect Method


In This Topic
    ClampRect Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ClampRect( _
       ByVal outer As NRectangle, _
       ByVal inner As NRectangle _
    ) As NRectangle
    'Usage
     
    
    Dim outer As NRectangle
    Dim inner As NRectangle
    Dim value As NRectangle
     
    value = NLayoutHelper.ClampRect(outer, inner)
    public static NRectangle ClampRect( 
       NRectangle outer,
       NRectangle inner
    )

    Parameters

    outer
    inner
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also