Fills the parameter with the values of the transformation matrix
that the receiver represents, in the order {m11, m12, m21, m22, dx, dy}.
@param elements array to hold the matrix values
@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 is too small to hold the matrix values</li>
</ul>
Fills the parameter with the values of the transformation matrix that the receiver represents, in the order {m11, m12, m21, m22, dx, dy}.
@param elements array to hold the matrix values
@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 is too small to hold the matrix values</li> </ul>