•  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[ vsf_interior ]

#include <vdi.h>

int vsf_interior( int handle, int style );

  <handle> is the VDI Handle.
  <style> is the fill interior style:
          FIS_HOLLOW  background color
          FIS_SOLID   foreground color
          FIS_PATTERN pattern (see vsf_style).
          FIS_HATCH   cross hatch (see vsf_style).
          FIS_USER    bit pattern (see vsf_udpat).


Function changes the type of interior filling to perform. 
It returns the style selected.

VDI Opcode 23

See also VDI Attributes, v_bar(), v_circle(), v_contourfill(), v_ellipse(),
         v_ellpie(), v_fillarea(), v_pieslice(), v_rfbox() and vr_recfl().