ID2D1SvgPaint::GetId method (d2d1svg.h)

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

Syntax

HRESULT GetId(
  [out] PWSTR  id,
        UINT32 idCount
);

Parameters

[out] id

Type: PWSTR

The element id which acts as the paint server.

idCount

Type: UINT32

Return value

Type: HRESULT

This method returns an HRESULT success or error code.

Requirements

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

See also

ID2D1SvgPaint