Click or drag to resize

mxGdiCanvas2DTranslate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Translates the canvas.

Namespace:  imbSCI.Graph.MXGraph.canvas
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
dy
Type: SystemDouble

Implements

mxICanvas2DTranslate(Double, Double)
See Also