共用方式為


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

HitTestInfo 包含位於指定座標之 的相關資訊 FreeformActivityDesigner

備註

HitTest 會檢查位置是否已發生於接點或其中一個子活動設計工具上。 如果 HitTest 發生於正在拖曳到其他位置的子活動上,HitTest 就會傳回 FreeformActivityDesigner 的相關資訊,而不是正在移動的設計工具。

適用於