INCLAN Graphics: plot clip: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
'''clip ''x''<sub>1</sub> ''y''<sub>1</sub> ''x''<sub>2</sub> ''y''<sub>2</sub>''' | '''clip ''x''<sub>1</sub> ''y''<sub>1</sub> ''x''<sub>2</sub> ''y''<sub>2</sub>''' | ||
or | |||
'''clip off''' | '''clip off''' |
Revision as of 14:25, 13 August 2009
Synopsis
clip x1 y1 x2 y2
or
clip off
Description
The clip command draws draws a rectangle with corners (x1,y1), (x1,y2), (x2,y1) and (x2,y2) sets the current clipping path to its border. Subsequent drawing commands will only draw within this rectangular area.
The clip off command resets the clipping path. After this command, graphics will no longer be confined to the rectangular area specified in a previous clip command.