ID2D1SvgPathData::GetCommands 方法 (d2d1svg.h)

从命令数组中获取命令。

语法

HRESULT GetCommands(
  [out] D2D1_SVG_PATH_COMMAND *commands,
        UINT32                commandsCount,
        UINT32                startIndex
);

参数

[out] commands

类型: D2D1_SVG_PATH_COMMAND*

用于包含命令的缓冲区。

commandsCount

类型: UINT32

缓冲区的元素计数。

startIndex

类型: UINT32

要检索的第一个命令的索引。

返回值

类型: HRESULT

此方法返回 HRESULT 成功或错误代码。

要求

要求
目标平台 Windows
标头 d2d1svg.h
DLL Direct2d.dll

另请参阅

ID2D1SvgPathData