Modifies the receiver such that the matrix it represents becomes the
the result of multiplying the matrix it previously represented by the
argument.
@param matrix the matrix to multiply the receiver by
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
</ul>
@exception IllegalArgumentException <ul>
<li>ERROR_NULL_ARGUMENT - if the parameter is null</li>
<li>ERROR_INVALID_ARGUMENT - if the parameter has been disposed</li>
</ul>
Modifies the receiver such that the matrix it represents becomes the the result of multiplying the matrix it previously represented by the argument.
@param matrix the matrix to multiply the receiver by
@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul> @exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the parameter is null</li> <li>ERROR_INVALID_ARGUMENT - if the parameter has been disposed</li> </ul>