Modifies the current user-to-device transform by prepending another
transform. In matrix notation the operation is:
[this] = [modTransform] x [this]
This method does the same thing as the preConcatenateTransform
method. It is here for backward compatibility with previous releases
which misspelled the method name.
Parameters:
-
modTransform - the AffineTransform to prepend to the
current usr2dev transform.