•  Back 
  •  VDI Output 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-Filev_bar()
vr_recfl()                                                              VDI

Syntax

VOID vr_recfl( handle, pxy )
WORD handle;
WORD *pxy;

Function      vr_recfl() outputs a filled rectangle.

Opcode        114

Availability  Supported by all drivers.

Parameters    handle specifies a valid workstation handle. pxy points to
              an array of 4 WORDs which give a VDI format rectangle of the
              object to draw.

Binding       contrl[0] = 114;
              contrl[1] = 2;
              contrl[3] = 0;
              contrl[6] = handle;

              ptsin[0] = pxy[0];
              ptsin[1] = pxy[1];
              ptsin[2] = pxy[2];
              ptsin[3] = pxy[3];

              vdi();

Comments      vr_recfl(), as opposed to v_bar(), never draws an outline
              regardless of the settings of vsf_perimeter().

See Also      v_bar()

Group         VDI Output