C
WORD Bar( SHORT left, SHORT top, SHORT right, SHORT bottom );
Overview
Input Parameters
Input Parameters |
Description |
SHORT left |
x position of the left top corner. |
SHORT top |
y position of the left top corner. |
SHORT right |
x position of the right bottom corner. |
SHORT bottom |
y position of the right bottom corner. |
Returns
For NON-Blocking configuration:
- Returns 0 when device is busy and the shape is not yet completely drawn.
- Returns 1 when the shape is completely drawn.
- Always return 1.
Side Effects
none