[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.TranslateTransform

TranslateTransform Method

TranslateTransform(int, int)

Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.

Declaration
public void TranslateTransform(int dx, int dy)
Parameters
Type Name Description
int dx

x component of the translation.

int dy

y component of the translation.