ActivityPreviewDesigner.HitTest(Point) メソッド

定義

ワークフロー デザイン サーフェイス上の指定した座標にある ActivityPreviewDesigner に関する情報を返します。

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

返品

指定した座標のHitTestInfoに関する情報を格納するActivityPreviewDesigner

適用対象