Click or drag to resize

Line Constructor (SVGPoint, SVGPoint)

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(
	SVGPoint _source,
	SVGPoint _destination
)
Request Example View Source

Parameters

_source
Type: imbSCI.Graph.Graphics.SvgDocumentSVGPoint
_destination
Type: imbSCI.Graph.Graphics.SvgDocumentSVGPoint
See Also