Exemplo n.º 1
0
 /// <summary>
 /// Retrieves the <see cref="SvgElement"/> with the specified ID.
 /// </summary>
 /// <param name="id">A <see cref="string"/> containing the ID of the element to find.</param>
 /// <returns>An <see cref="SvgElement"/> of one exists with the specified ID; otherwise false.</returns>
 public virtual SvgElement GetElementById(string id)
 {
     return(IdManager.GetElementById(id));
 }