SwitcherRenderer.ViewIndexFromPoint Method

Indicates the view point of index to point.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Function ViewIndexFromPoint ( _
    hitTest As Point _
) As Integer
'Usage
Dim instance As SwitcherRenderer
Dim hitTest As Point
Dim returnValue As Integer

returnValue = instance.ViewIndexFromPoint(hitTest)
public int ViewIndexFromPoint(
    Point hitTest
)
public:
int ViewIndexFromPoint(
    Point hitTest
)
member ViewIndexFromPoint : 
        hitTest:Point -> int 
public function ViewIndexFromPoint(
    hitTest : Point
) : int

Parameters

Return Value

Type: System.Int32
The view point of index to point.