IMSL C# Numerical Library

Draw.Translate Method 

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

public virtual void Translate(
   int x,
   int y
);

Parameters

x
An int which specifies dx, the x component of the translation.
y
An int which specifies dy, the y component of the translation.

See Also

Draw Class | Imsl.Chart2D Namespace