Click or drag to resize

SVGPoint Constructor (Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SVGPoint class.

Namespace:  imbSCI.Graph.Graphics.SvgDocument
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SVGPoint(
	double _x,
	double _y
)
Request Example View Source

Parameters

_x
Type: SystemDouble
The x.
_y
Type: SystemDouble
The y.
See Also