ID2D1SvgPathData::GetCommands メソッド (d2d1svg.h)
コマンド配列からコマンドを取得します。
構文
HRESULT GetCommands(
[out] D2D1_SVG_PATH_COMMAND *commands,
UINT32 commandsCount,
UINT32 startIndex
);
パラメーター
[out] commands
コマンドを格納するバッファー。
commandsCount
種類: UINT32
バッファーの要素数。
startIndex
種類: UINT32
取得する最初のコマンドのインデックス。
戻り値
種類: HRESULT
このメソッドは、HRESULT の成功またはエラー コードを返します。
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | d2d1svg.h |
[DLL] | Direct2d.dll |