•  Back 
  •  Output functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.5.1  vr_recfl                                                    TOS

 Name:         »Fill rectangle« - Outputs a filled rectangle.

 Opcode:       114

 Syntax:       void vr_recfl ( int16_t handle, int16_t *pxyarray );

 Description:  The call vr_recfl draws a filled rectangle. The 
               following apply:

                Parameter    Meaning

                handle       Workstation identifier
                pxyarray[0]  X-coordinate, and
                pxyarray[1]  Y-coordinate of a rectangle corner point
                pxyarray[2]  X-coordinate, and
                pxyarray[3]  Y-coordinate of the diagonally opposite 
                             corner point

               Note: The rectangle can be filled with all of the 
               fill area attributes except outline.

               The function is not available on all output devices; in 
               case of doubt, therefore, it is better to fall back to 
               the v_bar routine.

 Return value: The function does not return a result.

 Availability: Supported by all drivers.

 Group:        Output functions

 See Also:     Binding   v_fillarea   vswr_mode   vs_color 
               vsf_interior   vsf_style   vsf_color   vsf_udpat 
               vsf_perimeter