ID2D1SvgElement::GetNextChild 메서드(d2d1svg.h)
referenceChild 요소의 다음 형제를 가져옵니다.
구문
HRESULT GetNextChild(
[in] ID2D1SvgElement *referenceChild,
ID2D1SvgElement **nextChild
);
매개 변수
[in] referenceChild
형식: ID2D1SvgElement*
referenceChild는 이 요소의 직할 자식이어야 합니다.
nextChild
형식: ID2D1SvgElement**
referenceChild에 다음 형제가 있는 경우 출력 nextChild 요소는 null이 아닌 요소가 됩니다. referenceChild가 마지막 자식인 경우 출력은 null입니다.
반환 값
형식: HRESULT
이 메서드는 HRESULT 성공 또는 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | d2d1svg.h |
DLL | Direct2d.dll |