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

こちらもご覧ください

ID2D1SvgElement