TranslateTransform Method (Graphics)
In This Topic
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this
Graphics object.
Syntax
'Declaration
Public Sub TranslateTransform( _
ByVal As Integer, _
ByVal As Integer _
)
public void TranslateTransform(
int ,
int
)
Parameters
- dx
- x component of the translation.
- dy
- y component of the translation.
See Also