Bitmap for UWP
RemoveNode メソッド

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

The node that will be removed from the transform graph.

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

パラメータ

node

The node that will be removed from the transform graph.

解説
The node must already exist in the graph; otherwise, the call fails with D2DERR_NOT_FOUND.Any connections to this node will be removed when the node is removed.After the node is removed, it cannot be used by the interface until it has been added to the graph by AddNode.
参照

TransformGraph クラス
TransformGraph メンバ