ID2D1SvgElement::GetPreviousChild 方法 (d2d1svg.h)
获取 referenceChild 元素的上一个同级。
语法
HRESULT GetPreviousChild(
[in] ID2D1SvgElement *referenceChild,
ID2D1SvgElement **previousChild
);
参数
[in] referenceChild
类型: ID2D1SvgElement*
referenceChild 必须是此元素的直接子元素。
previousChild
类型: ID2D1SvgElement**
如果 referenceChild 具有以前的同级,则输出 previousChild 元素将为非 null。 如果 referenceChild 是第一个子级,则输出为 null。
返回值
类型: HRESULT
此方法返回 HRESULT 成功或错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d2d1svg.h |
DLL | Direct2d.dll |