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