'宣言 Public Overloads Function HitTest( _ ByVal pt As System.Drawing.Point, _ ByVal testLines As System.Boolean _ ) As HitTestInfo
public HitTestInfo HitTest( System.Drawing.Point pt, System.bool testLines )
パラメータ
- pt
- コントロール座標のポイント。
- testLines
- ヒットテストに接続線を含めます。
戻り値の型
ポイントに関する情報を含む HitTestInfo オブジェクト。