SequentialActivityDesigner.HitTest(Point) 方法

定義

回傳在工作流程設計表面指定點的資訊 SequentialActivityDesigner

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資訊的 SequentialActivityDesigner A。

備註

回傳 HitTest 的資訊是根據傳遞給它的工作流程設計表面上的某點來回傳。 它包含與該點相關的活動設計器、該活動設計器的界限、該點的精確命中位置、任何可選的物件,以及與該點相關的任何使用者資料。

適用於