FindSvgElementsOf() Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

expensive recursive search for nodes of type T

public IEnumerable<T> FindSvgElementsOf<T>()
    where T : SvgElement

Type parameters

T

Returns