clip property
      
      set
      clip
      (PRectangle? clip) 
      
    
    
Sets the drawing clip.
- Note that the clipwon't be merged with the previouse clip (the clip coordinates are always global).
- See subClip.
Implementation
set clip(PRectangle? clip);