[]
Gets a list of SvgElements with the specified className
.
public IReadOnlyList<SvgElement> GetElementsByClass(string className)
Public Function GetElementsByClass(className As String) As IReadOnlyList(Of SvgElement)
Type | Name | Description |
---|---|---|
string | className |
Type | Description |
---|---|
IReadOnlyList<SvgElement> |