Click or drag to resize

svgPathInstruction_lineTo Constructor (Double, Double, Boolean)

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

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgPathInstruction_lineTo(
	double x,
	double y,
	bool relative
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
relative
Type: SystemBoolean
See Also