Home |
RTTarget-32 Programming Manual Function RTDisplayClear System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTDisplayClearFunction RTDisplayClear fills an arbitrary area of the screen with a particular character: void RTDisplayClear(int Col, int Row, int Cols, int Rows, WORD Blank); ParametersColColumn of the upper left hand corner of the rectangle to clear. RowRow of the upper left hand corner of the rectangle to clear. ColsNumber of columns to clear. RowsNumber of rows to clear. BlankA character to display using RTDisplayCharAt on the complete rectangle.
|