Click or drag to resize

svgLine Constructor (Int32, Int32, Int32, Int32)

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

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgLine(
	int x1,
	int y1,
	int x2,
	int y2
)
Request Example View Source

Parameters

x1
Type: SystemInt32
y1
Type: SystemInt32
x2
Type: SystemInt32
y2
Type: SystemInt32
See Also