ID2D1SvgPathData::GetCommands-Methode (d2d1svg.h)
Ruft Befehle aus dem Befehlsarray ab.
Syntax
HRESULT GetCommands(
[out] D2D1_SVG_PATH_COMMAND *commands,
UINT32 commandsCount,
UINT32 startIndex
);
Parameter
[out] commands
Typ: D2D1_SVG_PATH_COMMAND*
Puffer, um die Befehle zu enthalten.
commandsCount
Typ: UINT32
Die Elementanzahl des Puffers.
startIndex
Typ: UINT32
Der Index der ersten abzurufenden Befehle.
Rückgabewert
Typ: HRESULT
Diese Methode gibt einen HRESULT-Erfolgs- oder Fehlercode zurück.
Anforderungen
Anforderung | Wert |
---|---|
Zielplattform | Windows |
Kopfzeile | d2d1svg.h |
DLL | Direct2d.dll |