Modifies the receiver to represent a new transformation given all of
the elements that represent the matrix that describes that transformation.
@param m11 the first element of the first row of the matrix
@param m12 the second element of the first row of the matrix
@param m21 the first element of the second row of the matrix
@param m22 the second element of the second row of the matrix
@param dx the third element of the first row of the matrix
@param dy the third element of the second row of the matrix
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
</ul>
Modifies the receiver to represent a new transformation given all of the elements that represent the matrix that describes that transformation.
@param m11 the first element of the first row of the matrix @param m12 the second element of the first row of the matrix @param m21 the first element of the second row of the matrix @param m22 the second element of the second row of the matrix @param dx the third element of the first row of the matrix @param dy the third element of the second row of the matrix
@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>