CompositeActivityDesigner.HitTest(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关屏幕上指定点处的 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
参数
返回
一个 HitTestInfo,其中包含有关指定点处的 CompositeActivityDesigner 的信息。
注解
HitTestInfo 与 HitTest 控件的 CompositeActivityDesigner 方法一起,用于确定您已单击 CompositeActivityDesigner 控件的哪个部分。 HitTestInfo 包含 CompositeActivityDesigner 上单鼠标的点的逻辑坐标。
HitTest 方法接收包含 x 和 y 坐标的 Point。