Chapter Contents |
Previous |
Next |
The GIMPORT Procedure |
Requirements: | You can submit only one TRANSLATE statement. |
Tip: | You can submit the TRANSLATE statement alone or in conjunction with the SCALE statement but the SCALE statement is always processed first. |
Featured in: | Adjusting the Graphics Output |
TRANSLATE X=offset | Y=offset | X=offset Y=offset ; |
Required Arguments |
Details |
The TRANSLATE statement adjusts the position of the graphics output without changing its size. The amount of the offset that is specified for X= or Y= in the TRANSLATE statement is the amount that the graphics output is moved.
For example, suppose your imported graphics output is positioned in the upper-left corner of the display. To move it right 10% and down 5%, use the following statement:
translate x=10 y=-5;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.