[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.Contains

Contains Method

Contains(SvgElement)

Determines whether an element is in the SvgElementCollection.

Declaration
public bool Contains(SvgElement element)
Public Function Contains(element As SvgElement) As Boolean
Parameters
Type Name Description
SvgElement element
Returns
Type Description
bool
Implements