Remove Method (SvgElementCollection)
Removes the specific element from the
SvgElementCollection.
'Declaration
Public Function Remove( _
ByVal As SvgElement _
) As System.Boolean
Parameters
- element
- The element to remove.
Return Value
true if element is successfully removed. false if element was not found.