Skip to content

Latest commit

 

History

History
95 lines (77 loc) · 3 KB

nf-d2d1effectauthor-id2d1transformgraph-removenode.md

File metadata and controls

95 lines (77 loc) · 3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1effectauthor.ID2D1TransformGraph.RemoveNode
ID2D1TransformGraph::RemoveNode (d2d1effectauthor.h)
Removes the provided node from the transform graph.
ID2D1TransformGraph interface [Direct2D]
RemoveNode method
ID2D1TransformGraph.RemoveNode
ID2D1TransformGraph::RemoveNode
RemoveNode
RemoveNode method [Direct2D]
RemoveNode method [Direct2D]
ID2D1TransformGraph interface
d2d1effectauthor/ID2D1TransformGraph::RemoveNode
direct2d.id2d1transformgraph_removenode
direct2d\id2d1transformgraph_removenode.htm
Direct2D
075D43D7-0299-45E9-8C43-3EA37F0477CB
12/05/2018
ID2D1TransformGraph interface [Direct2D],RemoveNode method, ID2D1TransformGraph.RemoveNode, ID2D1TransformGraph::RemoveNode, RemoveNode, RemoveNode method [Direct2D], RemoveNode method [Direct2D],ID2D1TransformGraph interface, d2d1effectauthor/ID2D1TransformGraph::RemoveNode, direct2d.id2d1transformgraph_removenode
d2d1effectauthor.h
Windows
Windows 8 and Platform Update for Windows 7 [desktop apps \| UWP apps]
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps \| UWP apps]
D2d1.lib
Windows
19H1
ID2D1TransformGraph::RemoveNode
d2d1effectauthor/ID2D1TransformGraph::RemoveNode
c++
APIRef
kbSyntax
COM
d2d1.lib
d2d1.dll
ID2D1TransformGraph.RemoveNode

ID2D1TransformGraph::RemoveNode

-description

Removes the provided node from the transform graph.

-parameters

-param node [in]

Type: ID2D1TransformNode*

The node that will be removed from the transform graph.

-returns

Type: HRESULT

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

HRESULT Description
S_OK No error occurred
D2DERR_NOT_FOUND = (HRESULT_FROM_WIN32(ERROR_NOT_FOUND)) Direct2D could not locate the specified node.

-remarks

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.

-see-also

ID2D1TransformGraph