Click or drag to resize

svgContainerElementAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified child element, and places it at designated coordinates

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Containers
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgGraphicElementBase Add(
	svgGraphicElementBase child,
	int x = -2147483648,
	int y = -2147483648
)
Request Example View Source

Parameters

child
Type: imbSCI.Graph.Graphics.SvgAPI.CoresvgGraphicElementBase
The child.
x (Optional)
Type: SystemInt32
The x.
y (Optional)
Type: SystemInt32
The y.

Return Value

Type: svgGraphicElementBase
See Also