GetElementById(Uri) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

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

SvgElement
An SvgElement if one exists with the specified reference; otherwise null.