Partager via


ID2D1SvgPathData ::GetCommands, méthode (d2d1svg.h)

Obtient les commandes du tableau de commandes.

Syntaxe

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

Paramètres

[out] commands

Type : D2D1_SVG_PATH_COMMAND*

Mémoire tampon pour contenir les commandes.

commandsCount

Type : UINT32

Nombre d’éléments de la mémoire tampon.

startIndex

Type : UINT32

Index des premières commandes à récupérer.

Valeur retournée

Type : HRESULT

Cette méthode retourne un code de réussite ou d’erreur HRESULT.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête d2d1svg.h
DLL Direct2d.dll

Voir aussi

ID2D1SvgPathData