Tags:
create new tag
view all tags

.LINE SET START XY

This subroutine changes the starting co-ordinates of the "current" line.


Usage:

      PASS         <start_x>                  FIELD            SHARE? N
      PASS         <start_y>                  FIELD            SHARE? N
      GOSUB    0CD .LINE SET START XY
      *        Check for error
      IF       0CD .LINE SET START XY         NE


Description:

This subroutine changes the starting co-ordinates of the "current" line.

<end_x> is the X co-ordinate of the starting point of the line. This is required, and must be in the range 1-99999.

<end_y> is the Y co-ordinate of the starting point of the line. This is required, and must be in the range 1-99999.

All co-ordinates are in pixels. The origin (0,0) is the upper left corner of your chart.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-02-17

Topic revision: r1 - 2012-02-17 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback