Bitmap for WPF
AddNode メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > TransformGraph クラス : AddNode メソッド

The node that will be added to the transform graph.

Adds the provided node to the transform graph.
シンタックス
'宣言
 
Public Sub AddNode( _
   ByVal node As TransformNode _
) 
public void AddNode( 
   TransformNode node
)

パラメータ

node

The node that will be added to the transform graph.

解説
This adds a transform node to the transform graph. A node must be added to the transform graph before it can be interconnected in any way.A transform graph cannot be directly added to another transform graph. Any other kind of interface derived from TransformNodecan be added to the transform graph.
参照

TransformGraph クラス
TransformGraph メンバ