Click or drag to resize

svgContainerElementAddUse Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds use of svgSymbol

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Containers
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgUse AddUse(
	svgSymbol symbol,
	int x,
	int y,
	string useID = ""
)
Request Example View Source

Parameters

symbol
Type: imbSCI.Graph.Graphics.SvgAPI.ContainerssvgSymbol
The symbol.
x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
useID (Optional)
Type: SystemString
The use identifier.

Return Value

Type: svgUse
See Also