WebPlanner Programmer's Guide

IGraphics.TranslateTransform Method

See Also
 


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

 Overload List

Name Description

IGraphics.TranslateTransform (Single, Single)

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

IGraphics.TranslateTransform (Single, Single, MatrixOrder)

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

 See Also