Sets the parameter to the transform that is currently being
used by the receiver.
@param transform the destination to copy the transform into
@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>
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
</ul>
Sets the parameter to the transform that is currently being used by the receiver.
@param transform the destination to copy the transform into
@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> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>
@see Transform
@since 3.1