[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.GetElementsByClass

GetElementsByClass Method

GetElementsByClass(string)

Gets a list of SvgElements with the specified className.

Declaration
public IReadOnlyList<SvgElement> GetElementsByClass(string className)
Public Function GetElementsByClass(className As String) As IReadOnlyList(Of SvgElement)
Parameters
Type Name Description
string className
Returns
Type Description
IReadOnlyList<SvgElement>