次の方法で共有


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関する情報を含む AHitTestInfo

適用対象