Partager via


ID2D1SvgDocument::FindElementById, méthode (d2d1svg.h)

Obtient l’élément SVG avec l’ID spécifié.

Syntaxe

HRESULT FindElementById(
  [in] PCWSTR          id,
       ID2D1SvgElement **svgElement
);

Paramètres

[in] id

Type : PCWSTR

ID de l’élément à récupérer.

svgElement

Type : ID2D1SvgElement**

Élément correspondant à l’ID spécifié. Si l’élément est introuvable, l’élément retourné est null.

Valeur retournée

Type : HRESULT

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

Configuration requise

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

Voir aussi

ID2D1SvgDocument