Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.19 KB

nf-d2d1svg-id2d1svgdocument-findelementbyid.md

File metadata and controls

77 lines (61 loc) · 2.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1svg.ID2D1SvgDocument.FindElementById
ID2D1SvgDocument::FindElementById (d2d1svg.h)
Gets the SVG element with the specified ID.
FindElementById
FindElementById method [Direct2D]
FindElementById method [Direct2D]
ID2D1SvgDocument interface
ID2D1SvgDocument interface [Direct2D]
FindElementById method
ID2D1SvgDocument.FindElementById
ID2D1SvgDocument::FindElementById
d2d1svg/ID2D1SvgDocument::FindElementById
direct2d.id2d1svgdocument_findelementbyid
direct2d\id2d1svgdocument_findelementbyid.htm
Direct2D
B4E4EE0E-0A2B-479A-B101-AC9DF8546A4F
12/05/2018
FindElementById, FindElementById method [Direct2D], FindElementById method [Direct2D],ID2D1SvgDocument interface, ID2D1SvgDocument interface [Direct2D],FindElementById method, ID2D1SvgDocument.FindElementById, ID2D1SvgDocument::FindElementById, d2d1svg/ID2D1SvgDocument::FindElementById, direct2d.id2d1svgdocument_findelementbyid
d2d1svg.h
Windows
Direct2d.dll
Windows
19H1
ID2D1SvgDocument::FindElementById
d2d1svg/ID2D1SvgDocument::FindElementById
c++
APIRef
kbSyntax
COM
direct2d.dll
ID2D1SvgDocument.FindElementById

ID2D1SvgDocument::FindElementById

-description

Gets the SVG element with the specified ID.

-parameters

-param id [in]

Type: PCWSTR

ID of the element to retrieve.

-param svgElement

Type: ID2D1SvgElement**

The element matching the specified ID. If the element cannot be found, the returned element will be null.

-returns

Type: HRESULT

This method returns an HRESULT success or error code.

-see-also

ID2D1SvgDocument