Nevron .NET Vision
Nevron.UI Namespace / NTrackElement Class / GetThumbLogicalPosition Method


In This Topic
    GetThumbLogicalPosition Method (NTrackElement)
    In This Topic
    Gets the logical position of the thumb using the proposed device position
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetThumbLogicalPosition( _
       ByVal devicePos As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim instance As NTrackElement
    Dim devicePos As System.Single
    Dim value As System.Single
     
    value = instance.GetThumbLogicalPosition(devicePos)
    protected virtual System.float GetThumbLogicalPosition( 
       System.float devicePos
    )

    Parameters

    devicePos
    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