ID2D1SvgDocument::FindElementById method
Gets the SVG element with the specified ID.
Syntax
HRESULT FindElementById(
[in] PCWSTR id,
ID2D1SvgElement **svgElement
);
Parameters
- id [in]
-
Type: PCWSTR
ID of the element to retrieve.
- svgElement
-
Type: ID2D1SvgElement**
The element matching the specified ID. If the element cannot be found, the returned element will be null.
Return value
Type: HRESULT
This method returns an HRESULT success or error code.
Requirements
|
Header |
|
|---|---|
|
DLL |
|
See also
Show: