Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.58 KB

nf-d2d1svg-id2d1svgdocument-createpathdata.md

File metadata and controls

95 lines (70 loc) · 2.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1svg.ID2D1SvgDocument.CreatePathData
ID2D1SvgDocument::CreatePathData (d2d1svg.h)
Creates a path data object which can be used to set a 'd' attribute on a 'path' element.
CreatePathData
CreatePathData method [Direct2D]
CreatePathData method [Direct2D]
ID2D1SvgDocument interface
ID2D1SvgDocument interface [Direct2D]
CreatePathData method
ID2D1SvgDocument.CreatePathData
ID2D1SvgDocument::CreatePathData
d2d1svg/ID2D1SvgDocument::CreatePathData
direct2d.id2d1svgdocument_createpathdata
direct2d\id2d1svgdocument_createpathdata.htm
Direct2D
3BF28252-AC33-4B16-9A72-2838006C4A21
12/05/2018
CreatePathData, CreatePathData method [Direct2D], CreatePathData method [Direct2D],ID2D1SvgDocument interface, ID2D1SvgDocument interface [Direct2D],CreatePathData method, ID2D1SvgDocument.CreatePathData, ID2D1SvgDocument::CreatePathData, d2d1svg/ID2D1SvgDocument::CreatePathData, direct2d.id2d1svgdocument_createpathdata
d2d1svg.h
Windows
Direct2d.dll
Windows
19H1
ID2D1SvgDocument::CreatePathData
d2d1svg/ID2D1SvgDocument::CreatePathData
c++
APIRef
kbSyntax
COM
direct2d.dll
ID2D1SvgDocument.CreatePathData

ID2D1SvgDocument::CreatePathData

-description

Creates a path data object which can be used to set a 'd' attribute on a 'path' element.

-parameters

-param segmentData [in, optional]

Type: const FLOAT*

An array of segment data.

-param segmentDataCount

Type: UINT32

Number of items in segmentData.

-param commands [in, optional]

Type: const D2D1_SVG_PATH_COMMAND*

An array of path commands.

-param commandsCount

Type: UINT32

The number of items in commands.

-param pathData [out]

Type: ID2D1SvgPathData**

When this method completes, this points to the created path data.

-returns

Type: HRESULT

This method returns an HRESULT success or error code.

-see-also

ID2D1SvgDocument