ID2D1SvgElement::CreateChild method

Creates an element from a tag name. The element is appended to the list of children.

Syntax


HRESULT CreateChild(
  [in]  PCWSTR          tagName,
  [out] ID2D1SvgElement **newChild
);

Parameters

tagName [in]

Type: PCWSTR

The tag name of the new child. An empty string is interpreted to be a text content element.

newChild [out]

Type: ID2D1SvgElement**

The new child element.

Return value

Type: HRESULT

This method returns an HRESULT success or error code. Returns an error if this element cannot accept children of the specified type.

Requirements

Header

D2d1svg.h

DLL

Direct2d.dll

See also

ID2D1SvgElement

 

 

Show: