You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##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.