SvgPlottingUtilFillTransformations Method

Fill the provided string collection with the transform values found in the specified node and its ancestors.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static void FillTransformations(
	HtmlNodeItem node,
	List<string> transformations
)

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.

See Also