FreeformActivityDesigner.HitTest(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回位於工作流程設計介面指定座標的 FreeformActivityDesigner
相關資訊。
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 包含位於指定座標之 的相關資訊 FreeformActivityDesigner 。
備註
HitTest 會檢查位置是否已發生於接點或其中一個子活動設計工具上。 如果 HitTest 發生於正在拖曳到其他位置的子活動上,HitTest 就會傳回 FreeformActivityDesigner 的相關資訊,而不是正在移動的設計工具。