ID2D1SvgPaint::GetIdLength method (d2d1svg.h)

Gets the string length of the element id which acts as the paint server. This id is used if the paint type is D2D1_SVG_PAINT_TYPE_URI.

Syntax

UINT32 GetIdLength();

Return value

Type: UINT32

the string length of the element id which acts as the paint server. The returned string length does not include room for the null terminator.

Requirements

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

See also

ID2D1SvgPaint