共用方式為


CompositeActivityDesigner.HitTest(Point) 方法

定義

取得畫面上指定點中 CompositeActivityDesigner 的相關資訊。

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,表示單一 X 和 Y 座標。

傳回

HitTestInfo

HitTestInfo,其中包含指定點上的 CompositeActivityDesigner 相關資訊。

備註

和 控制項的 方法是用來判斷您點選了 控制項的哪個部分。 HitTestInfo 包含 CompositeActivityDesigner 上滑鼠點選處的邏輯座標。

HitTest 方法會接收包含 X 和 Y 座標的 Point

適用於