FreeformActivityDesigner.HitTest(Point) 方法

定义

返回有关工作流设计图面上指定坐标处的 FreeformActivityDesigner 的信息。

public:
 override System::Workflow::ComponentModel::Design::HitTestInfo ^ HitTest(System::Drawing::Point point);
public override System.Workflow.ComponentModel.Design.HitTestInfo HitTest (System.Drawing.Point point);
override this.HitTest : System.Drawing.Point -> System.Workflow.ComponentModel.Design.HitTestInfo
Public Overrides Function HitTest (point As Point) As HitTestInfo

参数

point
Point

一个 Point,其中包含工作流设计图面上要从中收集信息的坐标。

返回

HitTestInfo

包含有关FreeformActivityDesigner指定坐标的信息的 AHitTestInfo

注解

HitTest 检查定位操作是在连接器还是其中一个子活动设计器上发生。 如果 HitTest 在正拖动到其他位置的子活动上发生,则 HitTest 返回有关 FreeformActivityDesigner 的信息,而不是正在移动的设计器的信息。

适用于