Search
TreeViewNode.HitTest Method
See Also
 





Returns the type of graphics element at the specified coordinates.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public HitTestResult HitTest (
    Point point
)

Visual Basic  Copy Code

Public Function HitTest( _
    point As Point _
) As HitTestResult

 Parameters

point
A point in the diagram.

 Return Value

A member of the HitTestResult enumeration.

 See Also