SvgPlottingUtilFillTransformations Method
Fill the provided string collection with the transform values found in
the specified node and its ancestors.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void FillTransformations(
HtmlNodeItem node,
List<string> transformations
)
Public Shared Sub FillTransformations (
node As HtmlNodeItem,
transformations As List(Of String)
)
No code example is currently available or this language may not be supported.
Parameters
- node HtmlNodeItem
-
Reference to the node at which to begin the search for transform
operations.
- transformations ListString
-
List of transform values to be filled with the findings.