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 包含 CompositeActivityDesigner 上滑鼠點選處的邏輯座標。
HitTest 方法會接收包含 X 和 Y 座標的 Point。