ID2D1SvgElement::GetNextChild method
Gets the next sibling of the referenceChild element.
Syntax
HRESULT GetNextChild(
[in] ID2D1SvgElement *referenceChild,
ID2D1SvgElement **nextChild
);
Parameters
- referenceChild [in]
-
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
|
Header |
|
|---|---|
|
DLL |
|
See also
Show: