[]
Removes the specific element from the SvgElementCollection.
public bool Remove(SvgElement element)
Public Function Remove(element As SvgElement) As Boolean
The element to remove.
true if element is successfully removed. false if element was not found.