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

一个表示 x 和 y 坐标的 Point

返回

一个 HitTestInfo,其中包含有关指定点处的 CompositeActivityDesigner 的信息。

注解

HitTestInfoHitTest 控件的 CompositeActivityDesigner 方法一起,用于确定您已单击 CompositeActivityDesigner 控件的哪个部分。 HitTestInfo 包含 CompositeActivityDesigner 上单鼠标的点的逻辑坐标。

HitTest 方法接收包含 x 和 y 坐标的 Point

适用于