SvgPlottingUtilGetTransformations Method

Return a collection of transformation values found in the specified node and its ancestors.

Definition

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

Parameters

node  HtmlNodeItem
Reference to the node which may directly contain or inherit transformations.

Return Value

ListString
Reference to the collection of transformation values present in the specified node and its ancestors, if found. Otherwise, an empty list.

See Also