GC.getClipping

Sets the region managed by the argument to the current clipping region of the receiver.

@param region the region to fill with the clipping region

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the region is null</li> <li>ERROR_INVALID_ARGUMENT - if the region is disposed</li> </ul> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

  1. Rectangle getClipping()
  2. void getClipping(Region region)
    class GC
    void
    getClipping

Meta