Diagram::DoHitTest Method

 

Performs a hit test on the diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubmethodDoHitTest(DiagramClientView^, PointD, List<ShapeElement^>^, Boolean)

Performs a hit test on the diagram.

System_CAPS_pubmethodDoHitTest(PointD, DiagramHitTestInfo^)

Returns true if the specified point is within the shape.(Inherited from ShapeElement.)

System_CAPS_pubmethodDoHitTest(PointD, DiagramHitTestInfo^, Boolean)

Performs a hit test on the diagram.(Overrides ShapeElement::DoHitTest(PointD, DiagramHitTestInfo^, Boolean).)

A hit test verifies whether a point is over a shape on the diagram. Both the diagram and the shapes in it can have hit tests performed upon them.

Return to top
Show: