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.
Gets the next sibling of the referenceChild element.
Syntax
HRESULT GetNextChild(
[in] ID2D1SvgElement *referenceChild,
ID2D1SvgElement **nextChild
);
Parameters
[in] referenceChild
Type: ID2D1SvgElement*
The referenceChild must be an immediate child of this element.
nextChild
Type: ID2D1SvgElement**
The output nextChild element will be non-null if the referenceChild has a next sibling. If the referenceChild is the last child, the output is null.
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 |