Nevron .NET Vision
Nevron.UI Namespace / NTrackElement Class / ClampThumbLocation Method
The point returned by the GetThumbLocation method.
The final size calculated for the thumb.


In This Topic
    ClampThumbLocation Method (NTrackElement)
    In This Topic
    This method is called when the location of the child Thumb element is about to be set, allowing for any final additional processing to be performed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ClampThumbLocation( _
       ByRef proposed As NPoint, _
       ByVal final As NSize _
    ) 
    'Usage
     
    
    Dim instance As NTrackElement
    Dim proposed As NPoint
    Dim final As NSize
     
    instance.ClampThumbLocation(proposed, final)
    protected virtual void ClampThumbLocation( 
       ref NPoint proposed,
       NSize final
    )

    Parameters

    proposed
    The point returned by the GetThumbLocation method.
    final
    The final size calculated for the thumb.
    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