ID2D1SvgElement::RemoveChild method (d2d1svg.h)
Removes the oldChild from the tree. Children of oldChild remain children of oldChild.
Syntax
HRESULT RemoveChild(
[in] ID2D1SvgElement *oldChild
);
Parameters
[in] oldChild
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d2d1svg.h |
DLL | Direct2d.dll |