This documentation is archived and is not being maintained.
ID2D1DeviceContext5::DrawSvgDocument method
Draws an SVG document.
Syntax
void DrawSvgDocument(
[in] ID2D1SvgDocument *svgDocument
);
Parameters
- svgDocument [in]
-
Type: ID2D1SvgDocument*
The SVG document to draw.
Return value
This method does not return a value.
Requirements
|
Header
|
- D2d1_3.h
|
|
DLL
|
- D2d1.dll
|
See also
-
ID2D1DeviceContext5