Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |