'Declaration Public Function Remove( _ ByVal element As SvgElement _ ) As System.Boolean
public System.bool Remove( SvgElement element )
Parameters
- element
- The element to remove.
Return Value
true if element is successfully removed. false if element was not found.