Diagram::DoHitTest Method
Visual Studio 2015
Performs a hit test on the diagram.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DoHitTest(DiagramClientView^, PointD, List<ShapeElement^>^, Boolean) | Performs a hit test on the diagram. |
![]() | DoHitTest(PointD, DiagramHitTestInfo^) | Returns true if the specified point is within the shape.(Inherited from ShapeElement.) |
![]() | DoHitTest(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.
Show:
