•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ vr_recfl ]

#include <vdi.h>

void vr_recfl( int handle, int *pxyarray );

  <handle> is the VDI Handle.
  <pxyarray> is a 4 element int array describing the rectangle (see
             VDI Coordinates):
             [0] = left (or right) x coordinate.
             [1] = upper (or lower) y coordinate.
             [2] = right (or left) x coordinate.
             [3] = lower (or upper) y coordinate.


Function fills a rectangle using the current fill attributes.
It does not draw the border.

VDI Opcode 114

See also VDI Output, vsf_color(), vsf_interior(), vsf_style() and
         vsf_udpat().