ID2D1SvgElement::RemoveChild method
Removes the oldChild from the tree. Children of oldChild remain children of oldChild.
Syntax
HRESULT RemoveChild(
[in] ID2D1SvgElement *oldChild
);
Parameters
- oldChild [in]
-
Type: ID2D1SvgElement*
The child element to be removed. The oldChild element must be an immediate child of this element.
Return value
Type: HRESULT
This method returns an HRESULT success or error code.
Requirements
|
Header |
|
|---|---|
|
DLL |
|
See also
Show: