ID2D1SvgElement::IsTextContent method (d2d1svg.h)

Returns a boolean indicating whether this element represents text content.

Syntax

BOOL IsTextContent();

Return value

Type: BOOL

Returns TRUE if this element represents text content, e.g. the content of a 'title' or 'desc' element. Text content does not have a tag name.

Requirements

Requirement Value
Target Platform Windows
Header d2d1svg.h
DLL Direct2d.dll

See also

ID2D1SvgElement