FreeformActivityDesigner.HitTest(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回有关工作流设计图面上指定坐标处的 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
参数
返回
包含有关FreeformActivityDesigner指定坐标的信息的 AHitTestInfo。
注解
HitTest 检查定位操作是在连接器还是其中一个子活动设计器上发生。 如果 HitTest 在正拖动到其他位置的子活动上发生,则 HitTest 返回有关 FreeformActivityDesigner 的信息,而不是正在移动的设计器的信息。