Piccolo.NET

PMatrix.TranslateBy Method 

Applies the specified translation vector (dx and dy) to this PMatrix object by prepending the translation vector.

public virtual void TranslateBy(
   float dx,
   float dy
);

Parameters

dx
The x value by which to translate this PMatrix.
dy
The y value by which to translate this PMatrix.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace