•  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_ellipse()
v_ellpie()
vsl_color()
vsl_type()
vsl_width()
vsl_udsty()
v_ellarc()                                                              VDI

Syntax

VOID v_ellarc( handle, x, y, xradius, yradius, startangle, endangle)
WORD handle, x, y, xradius, yradius, startangle, endangle;

Function      v_ellarc() outputs an elliptical arc segment.

Opcode        11

Sub-Opcode    6

Availability  Supported by all drivers. This function composes one of the
              10 VDI GDP's (Generalized Drawing Primitives). Although all
              current drivers support all GDP's, their availability is
              not guaranteed and may vary. To check for a particular GDP
              refer to the table returned by v_opnvwk() or v_opnwk().

Parameters    handle specifies a valid workstation handle. x and y specify
              the coordinates of the center of an arc with an X radius of
              xradius and a Y radius of yradius. Only the portion of the
              arc which falls between the angles specified in startangle
              and endangle will be drawn. Angles are specified in tenths
              of degrees as follows:

index=1022
Binding contrl[0] = 11; contrl[1] = contrl[3] = 2; contrl[5] = 6; contrl[6] = handle; intin[0] = startangle; intin[1] = endangle; ptsin[0] = x; ptsin[1] = y; ptsin[2] = xradius; ptsin[3] = yradius; vdi(); See Also v_ellipse(), v_ellpie(), vsl_color(), vsl_type(), vsl_width(), vsl_udsty() Group VDI Output