-
Home
-
API
-
Svg
-
SvgDocument
-
Methods
-
GetElementById(String)
GetElementById(String) Method
Definition
Retrieves the SvgElement with the specified ID.
public virtual TSvgElement GetElementById<TSvgElement>(string id)
where TSvgElement : SvgElement
Type parameters
Parameters
Returns
- {TSvgElement}
- An SvgElement of one exists with the specified ID; otherwise false.