[]
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.
public void TranslateTransform(int dx, int dy)
Type | Name | Description |
---|---|---|
int | dx | x component of the translation. |
int | dy | y component of the translation. |