Homelite HL-1450, HL-P2500, 2400C IW Window, IW X1, Y1, X2, Y2, RO Rotate coordinate system, RO q

Models: HL-1250 HL-1270N HL-1470N 2400C HL-1050 HL-P2500 2060 HL-1660E HL-1070 HL-1450 HL-2400CE

1 431
Download 431 pages 8 Kb
Page 157
Image 157

10/10/03

IW - Window

 

IW [ X1, Y1, X2, Y2 ] [;]

 

X1-Window lower left X coordinate

Y1-Window lower left Y coordinate

X2-Window upper right X coordinate

Y2-Window upper right Y coordinate

This instruction sets the window inside which drawing can be performed (the soft clip limits).

Coordinates are specified in current units.

Using this instruction with no parameters sets the window to be the same as the picture frame.

You can set the corners of the window to lie outside the picture frame.

However, only the portion of the

 

image which lies within both the picture frame and the window will appear on the page.

If scaling is turned on with the SC command before the window is defined with the IW command, you can

 

move the window on the physical page by specifying different locations for P1 and P2 with the IP and IR

 

commands. The user unit coordinates that bound the window remain the same.

If an SC command is used after the IW window definition, the window is fixed on the physical page and

 

does not move when subsequent IP and IR commands are invoked.

 

An IW command remains in effect until another IW command is issued,

until default settings are restored

with the DF command or until the printer is initialized with an IN command.

10'--Input Window--

20WIDTH "LPT1:",255

30LPRINT CHR$(27);"E";

40LPRINT CHR$(27);"%0B";

50LPRINT "IN;SP1;";

60LPRINT "SI0.2,0.35,PA2000,3200;;LBTHIS IS AN EXAMPLE OF IW";CHR$(3)

70LPRINT "IW3000,1300,4500,3700;PD2000,1700;LBTHIS IS AN EXAMPLE OF IW";CHR$(3)

80LPRINT "PU3000,1300;PD4500,1300,4500,3700;PD3000,3700,3000,1300;PU;"

90LPRINT CHR$(27);"%0A";

100LPRINT CHR$(27);"E";

110END

<Sample 22>

RO - Rotate coordinate system

RO [q][;]

q : Angle in degrees through which the coordinate system is rotated.

This instruction is used to rotate the graphics coordinate system anti-clockwise.

Using this instruction with no parameter sets the rotation of the coordinate system to 0 degrees (default value).

The pen position does not change.

P1 and P2 rotate with the coordinate system and retain the same coordinate values.

To relocate P1 and P2 at the lower left and upper right hand corners of the picture frame, use the IP or IR

 

commands.

If you have previously used an IW command, the window is also rotated. Any part of the window that

 

falls outside the hard clip limits will be clipped.

The command remains in effect until another RO command is used or until the printer is initialized with the IN instruction.

Valid values of q are 0, 90, 180 or 270.

10'--Rotate Coordinate System--

20WIDTH "LPT1:",255

30LPRINT CHR$(27);"E";

40LPRINT CHR$(27);"%0B";

50LPRINT "IN;SP1;";

60FOR I = 0 TO 270 STEP 90

70LPRINT "RO"; I; "PA1000,2000;PD3000,2000,2000,3000,1000,2000;PU;"

80LPRINT "LB RO ="; I; CHR$(3)

90LPRINT "PA600,1500;LBRotate Coordinate System";CHR$(3)

100NEXT I

110LPRINT CHR$(27);"%0A";

120LPRINT CHR$(27);"E";

130END

<Sample 23>

CHAPTER 4 HP-GL/2 - 17

Page 157
Image 157
Homelite HL-1450, HL-P2500, HL-1660E, HL-2400CE, HL-1050, 2060 IW Window, IW X1, Y1, X2, Y2, RO Rotate coordinate system, RO q