[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.Remove

Remove Method

Remove(SvgElement)

Removes the specific element from the SvgElementCollection.

Declaration
public bool Remove(SvgElement element)
Public Function Remove(element As SvgElement) As Boolean
Parameters
Type Name Description
SvgElement element

The element to remove.

Returns
Type Description
bool

true if element is successfully removed. false if element was not found.

Implements