•  Back 
  •  Output functions 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.5.35  v_pieslice                                                 TOS

 Name:         »Pie-slice« - Draw a filled circular "pie-slice" 
               segment.

 Opcode:       11 (GDP 3)

 Syntax:       void v_pieslice ( int16_t handle, int16_t x, int16_t y, 
               int16_t radius, int16_t begang, int16_t endang );

 Description:  The call v_pieslice draws a filled circular arc, such 
               as used in pie-slice graphics, for instance. The 
               following apply:

                Parameter  Meaning

                handle     Workstation identifier
                x          X-coordinate, and
                y          Y-coordinate for the centre point
                radius     Radius in x-coordinate units
                begang     Start angle (in tenths of degrees 0-3600)
                endang     End angle (in tenths of degrees 0-3600)

               Note: The fill attributes and the writing mode will be 
               respected during drawing. The angle is specified in 
               1/10 degree and anticlockwise:

                            900
                           |
                           |
                           |
                  ---------+---------
               1800        |        0
                           |
                           |
                            2700

 Return value: The function does not return a result.

 Availability: Supported by all drivers. This function comprises 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.

 Group:        Output functions

 See Also:     Binding   vswr_mode   vs_color   vsf_interior 
               vsf_style   vsf_color   vsf_udpat   vsf_perimeter