Click or drag to resize

PolygonAddPoint Method (Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Add a point to the array

Namespace:  imbSCI.Graph.Graphics.SvgDocument
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void AddPoint(
	double _xvalue,
	double _yvalue
)
Request Example View Source

Parameters

_xvalue
Type: SystemDouble
double
_yvalue
Type: SystemDouble
double
See Also