ID2D1DeviceContext5::DrawSvgDocument method (d2d1_3.h)

Draws an SVG document.

Syntax

void DrawSvgDocument(
  [in] ID2D1SvgDocument *svgDocument
);

Parameters

[in] svgDocument

Type: ID2D1SvgDocument*

The SVG document to draw.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
DLL D2d1.dll

See also

ID2D1DeviceContext5