SvgPlottingUtilHasTransformations Method
Return a value indicating whether the specified node has
transformations.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static bool HasTransformations(
HtmlNodeItem node
)
Public Shared Function HasTransformations (
node As HtmlNodeItem
) As Boolean
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.
Boolean
True if the node or its parent structure contains transformations.
Otherwise, false.