SvgPlottingUtilGetTransformations Method
Return a collection of transformation values found in the specified
node and its ancestors.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static List<string> GetTransformations(
HtmlNodeItem node
)
Public Shared Function GetTransformations (
node As HtmlNodeItem
) As List(Of String)
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node which may directly contain or inherit
transformations.
ListString
Reference to the collection of transformation values present in the
specified node and its ancestors, if found. Otherwise, an empty list.