Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File7.8.1.35 v_output_window TOS Name: »Output window« - Output window contents on the printer. Opcode: 5 (Escape 21) Syntax: void v_output_window ( int16_t handle, int16_t *xyarray ); Description: The call v_output_window outputs a specified portion of the current page, and permits a picture to be printed split up between various sheets. The following apply: Parameter Meaning handle Workstation identifier xyarray[0] X-coordinate, and xyarray[1] Y-coordinate of a corner of the output rectangle xyarray[2] X-coordinate, and xyarray[3] Y-coordinate of the diagonally opposite corner point Notes: The difference to v_updwk consists of the fact that a section can be selected using the coordinate system of the printer. Some printer drivers ignore the sides of the bounding box and print the entire width of the page. Return value: The function does not return a result. Availability: Supported by all printer and metafile drivers under any type of GDOS. Group: Special graphic functions See Also: Binding v_updwk