Click or drag to resize
DrawTranslate Method
Prepends the specified translation to the transformation matrix of this Graphics object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Translate(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
An int which specifies dx, the x component of the translation.
y
Type: SystemInt32
An int which specifies dy, the y component of the translation.
See Also