Click or drag to resize

mxGeometryTranslate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Translates the geometry by the specified amount. That is, x and y of the geometry, the sourcePoint, targetPoint and all elements of points are translated by the given amount. X and y are only translated if the geometry is not relative. If TRANSLATE_CONTROL_POINTS is false, then are not modified by this function.

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

Parameters

dx
Type: SystemDouble
Integer that specifies the x-coordinate of the translation.
dy
Type: SystemDouble
Integer that specifies the y-coordinate of the translation.
See Also