'Declaration
Public Overloads Sub TranslateTransform( _
ByVal dx As System.Single, _
ByVal dy As System.Single _
)
public void TranslateTransform(
System.float dx,
System.float dy
)
Parameters
dx
x component of the translation.
dy
y component of the translation.
Remarks
The translation operation consists of multiplying the transformation matrix by a matrix whose translation part is the dx and dy parameters. This method applies the translation by prepending the translation matrix to the transformation matrix.