Click or drag to resize

SvgElementIdManager Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initialises a new instance of an SvgElementIdManager.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgElementIdManager(
	SvgDocument document
)
Request Example View Source

Parameters

document
Type: SvgSvgDocument
The SvgDocument containing the SvgElements to manage.
See Also