Bitmap for UWP
ConnectNode メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > TransformGraph クラス : ConnectNode メソッド
The node from which the connection will be made.
The node to which the connection will be made.
The node input that will be connected.
Connects two nodes inside the transform graph.
シンタックス
'宣言
 
Public Sub ConnectNode( _
   ByVal fromNode As TransformNode, _
   ByVal toNode As TransformNode, _
   ByVal toNodeInputIndex As System.Integer _
) 
public void ConnectNode( 
   TransformNode fromNode,
   TransformNode toNode,
   System.int toNodeInputIndex
)

パラメータ

fromNode
The node from which the connection will be made.
toNode
The node to which the connection will be made.
toNodeInputIndex
The node input that will be connected.
参照

TransformGraph クラス
TransformGraph メンバ