Click or drag to resize

SvgElementIdManagerAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified SvgElement for ID management.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual void Add(
	SvgElement element
)
Request Example View Source

Parameters

element
Type: SvgSvgElement
The SvgElement to be managed.
See Also