C
void SetClipRgn( SHORT left, SHORT top, SHORT right, SHORT bottom );
Overview
Sets clipping region.
Input Parameters
Input Parameters |
Description |
SHORT left |
Defines the left clipping region border. |
SHORT top |
Defines the top clipping region border. |
SHORT right |
Defines the right clipping region border. |
SHORT bottom |
Defines the bottom clipping region border. |
Returns
none
Preconditions
none
Side Effects
none