Click or drag to resize

mxICanvas2DTranslate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Translates the canvas by the given amount.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void Translate(
	double dx,
	double dy
)
Request Example View Source

Parameters

dx
Type: SystemDouble
X-coordinate of the translation.
dy
Type: SystemDouble
Y-coordinate of the translation.
See Also