View.ClipOff | Part of View module |
Syntax | View.ClipOff
| |||
Description | The View.ClipOff procedure turns off clipping. This means that any drawing commands can appear on the entire drawing surface (the screen or the window, depending on the system). These commands only work in "graphics" mode.
| |||
Status | Exported qualified. This means that you can only call the function by calling View.ClipOff, not by calling ClipOff.
|