Click or drag to resize

Line Constructor (Double, Double, Double, Double)

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

Namespace:  imbSCI.Graph.Graphics.SvgDocument
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Line(
	double _x1,
	double _y1,
	double _x2,
	double _y2
)
Request Example View Source

Parameters

_x1
Type: SystemDouble
_y1
Type: SystemDouble
_x2
Type: SystemDouble
_y2
Type: SystemDouble
See Also