Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

converting page coordinate to user coordinate

Status
Not open for further replies.

bngsk

Programmer
Oct 26, 2007
2
US
Hi,

Can any one help me with a postscript procedure that converts page coordinates (x y) to user coordinates (page-to-user). This should return on the stack the user coordinates x' y'.

User ----C
| |
| |
| V
| Physical
| ^
| |
| |
Page----D

The following converts User coordinates (X Y))to Page coordinates:
X Y TRANSFORM MATRIX DEFAULTMATRIX ITRANSFORM

How to achieve the page --> user coordinate conversion?

Thanks,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top