Connector.HitTest(Point) Method

Definition

Returns a value that indicates whether the specified point resides on the current Connector.

public:
 virtual bool HitTest(System::Drawing::Point point);
public virtual bool HitTest (System.Drawing.Point point);
abstract member HitTest : System.Drawing.Point -> bool
override this.HitTest : System.Drawing.Point -> bool
Public Overridable Function HitTest (point As Point) As Boolean

Parameters

point
Point

The Point to test.

Returns

true if point resides on the current Connector; otherwise, false.

Remarks

Typically, HitTest indicates whether a user has clicked a point on a connector displayed on a workflow design surface.

Applies to