Given an array containing points described by alternating x and y values,
modify that array such that each point has been replaced with the result of
applying the transformation represented by the receiver to that point.
@param pointArray an array of alternating x and y values to be transformed
@exception IllegalArgumentException <ul>
<li>ERROR_NULL_ARGUMENT - if the point array is null</li>
</ul>
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
</ul>
Given an array containing points described by alternating x and y values, modify that array such that each point has been replaced with the result of applying the transformation represented by the receiver to that point.
@param pointArray an array of alternating x and y values to be transformed
@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the point array is null</li> </ul> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>