SvgPlottingUtilProcessNode Method
Recursively process the specified node and its children.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void ProcessNode(
SvgImageItem svg,
HtmlNodeItem node
)
Public Shared Sub ProcessNode (
svg As SvgImageItem,
node As HtmlNodeItem
)
No code example is currently available or this language may not be supported.
Parameters
- svg SvgImageItem
-
Reference to the SVG image object in context.
- node HtmlNodeItem
-
Reference to the node currently in focus.
In this version a container will have children and a shape won't.