Prepends the specified translation to the transformation matrix of this Graphics object.
Syntax
'Declaration
Sub TranslateTransform( _
ByVal As Single, _
ByVal As Single _
)
void TranslateTransform(
float ,
float
)
Parameters
- dx
- The x-coordinate of the translation.
- dy
- The y-coordinate of the translation.
See Also