Prepends the specified translation to the transformation matrix of this Graphics object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void Translate(
	int x,
	int y
)
Visual Basic (Declaration)
Public Overridable Sub Translate ( _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
virtual void Translate(
	int x, 
	int y
)

Parameters

x
Type: System..::.Int32
An int which specifies dx, the x component of the translation.
y
Type: System..::.Int32
An int which specifies dy, the y component of the translation.

See Also