ID2D1SvgElement::IsTextContent method

Returns a boolean indicating wether this element represents text content.

Syntax


BOOL IsTextContent();

Parameters

This method has no parameters.

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

Header

D2d1svg.h

DLL

Direct2d.dll

See also

ID2D1SvgElement

 

 

Show: