バージョン

GetConnectionPoint メソッド

このノードに connection が接続される絶対ポイントを取得または設定します。
シンタックス
'宣言
 
Protected Friend Overridable Function GetConnectionPoint( _
   ByVal connection As DiagramConnection, _
   ByVal connectionPointName As String, _
   ByVal handleType As DiagramConnectionHandleType _
) As Point
protected internal virtual Point GetConnectionPoint( 
   DiagramConnection connection,
   string connectionPointName,
   DiagramConnectionHandleType handleType
)

パラメータ

connection
接続先。
connectionPointName
ノードに接続された接続端部に応じて、connectionDiagramConnection.StartNodeConnectionPointName または DiagramConnection.EndNodeConnectionPointName の値。
handleType

戻り値の型

接続が開始および終了する絶対ポイント。一致する接続ポイントがノードで見つかった場合は、その接続ポイントが返されます。それ以外の場合は、最も近い側の中央が返されます。
参照