
| 
 Purpose  | 
 Retrieves the size of the clip area.  | 
| 
 Syntax  | 
 GRAPHIC GET CLIP TO WidthVar!, HeightVar! Function Form: WidthVar! = GRAPHIC(Clip.X) HeightVar! = GRAPHIC(Clip.Y)  | 
| 
 Remarks  | 
 The clip area of a graphic target 
 is that space where 
 GRAPHIC GET CLIP retrieves the size of the clip area, and assigns these values to the variables specified by WidthVar! and HeightVar!. The size is specified in PAGE UNITS. If no graphic target is selected, the values 0,0 are returned.  | 
| 
 See also  |