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

#include <vdi.h>

void v_arc( int handle, int x, int y, int radius,
            int begang, int endang );

  <handle> is the VDI Handle.
  <x> is the x coordinate of the circle's center.
  <y> is the y coordinate of the circle's center.
  <radius> is the circle's radius from the center.
  <begang> is the beginning angle.
  <endang> is the ending angle.


Function draws a circular arc using the current line attributes.
See VDI Coordinates for angle definitions.

Note: This function is not required and may not be available on all
      devices (see VDI Description).
      It IS supported by the screen.

VDI Subopcode 11,2

See also VDI Output, vsl_color(), vsl_type(), vsl_width(), vsl_ends()
         and vsl_udsty().