Click or drag to resize

svgPathInstruction_curveTo Constructor (Int32, Int32, Boolean)

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

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

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
relative
Type: SystemBoolean
if set to true [relative].
See Also