[]
        
(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)
Parameters
Type Name Description
SvgElement element
Returns
Type Description
bool
Implements