Click or drag to resize

mxICanvas2DQuadTo Method

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

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

Parameters

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