Click or drag to resize

svgMultiPointGraphicsBaseAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new point and adds it into collection

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SVGPoint Add(
	int x,
	int y
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.

Return Value

Type: SVGPoint
See Also