This topic has not yet been rated - Rate this topic

ShapeElement.DoHitTestSelection Method

Returns true if a given point is in the selection handles around the shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public virtual bool DoHitTestSelection(
	PointD point,
	DiagramHitTestInfo hitTestInfo
)

Parameters

point
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
A point on the diagram, relative to the parent shape.
hitTestInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramHitTestInfo
The object that will receive the results of the hit test.

Return Value

Type: System.Boolean
true if the selection handles or highlight around the shape were hit; otherwise, false.

Instead of calling this directly from a command, consider overriding OnClick() or OnDoubleClick(), in which the HitTestInfo is included in the event argument.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ