WebPlanner Programmer's Guide

GdiGraphics.TranslateTransform Method

See Also
 


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

 Overload List

Name Description

GdiGraphics.TranslateTransform (Single, Single)

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

GdiGraphics.TranslateTransform (Single, Single, MatrixOrder)

Applies the specified translation to the transformation matrix of this GdiGraphics object in the specified order.

 See Also