SvgPlottingUtilProcessNode Method

Recursively process the specified node and its children.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static void ProcessNode(
	SvgImageItem svg,
	HtmlNodeItem node
)

Parameters

svg  SvgImageItem
Reference to the SVG image object in context.
node  HtmlNodeItem
Reference to the node currently in focus.

Remarks

In this version a container will have children and a shape won't.

See Also