C
WORD Scroll( SHORT left, SHORT top, SHORT right, SHORT bottom, SHORT delta, WORD dir );
Overview
Scrolls the rectangular area defined by left, top, right, bottom by delta pixels.
Input Parameters
Input Parameters |
Description |
SHORT left |
left position of the scrolled rectangle |
SHORT top |
top position of the scrolled rectangle |
SHORT right |
right position of the scrolled rectangle |
SHORT bottom |
bottom position of the scrolled rectangle |
SHORT delta |
defines the scroll delta |
WORD dir |
defines the direction of the scroll.
|
Returns
none
Preconditions
none
Side Effects
none