[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure WindowToVScreen(Var X1,Y1:Integer)

    Updates VX and VY       : No
    Updates Cursor Position : No

    This converts  the  window  coordinates  (X1,Y1)  to  virtual  screen
    coordinates.

    For example, if a  window  is  defined  from  (3,3)  to  (20,20) then
    calling

    X:=1;
    Y:=2;
    WindowToVScreen(X,Y);

    will cause

    X = 3  and
    Y = 4.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson