void SetClippingRegion(float x, float y, float width, float height)
Sets the clipping region for the DC. The clipping region is a rectangular area to which drawing is restricted. Possible uses for the clipping region are for clipping text or for speeding up canvas redraws when only a known area of the screen is damaged.
See also wxDC::DestroyClippingRegion.