Click or drag to resize

mxICanvas2DCurveTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws a bezier curve to the given point.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void CurveTo(
	double x1,
	double y1,
	double x2,
	double y2,
	double x3,
	double y3
)
Request Example View Source

Parameters

x1
Type: SystemDouble
y1
Type: SystemDouble
x2
Type: SystemDouble
y2
Type: SystemDouble
x3
Type: SystemDouble
y3
Type: SystemDouble
See Also