GC.setTransform

Sets the transform that is currently being used by the receiver. If the argument is <code>null</code>, the current transform is set to the identity transform. <p> This operation requires the operating system's advanced graphics subsystem which may not be available on some platforms. </p>

@param transform the transform to set

@exception IllegalArgumentException <ul> <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> <li>ERROR_NO_GRAPHICS_LIBRARY - if advanced graphics are not available</li> </ul>

@see Transform @see #getAdvanced @see #setAdvanced

@since 3.1

class GC
void
setTransform

Meta