-
Home
-
API
-
Svg
-
SvgDocument
-
Methods
-
GetElementById(Uri)
GetElementById(Uri) Method
Definition
Retrieves the SvgElement with the specified URI reference.
public virtual SvgElement GetElementById(Uri uri)
Parameters
- uri
- Uri?
A Uri? containing the fragment or external reference to resolve.
Returns