•  Back 
  •  Ausgabefunktionen 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - das Betriebssystem
Author      : 
Version     : tos.hyp (5. März 2013)
Subject     : Programmieren/Atari
Nodes       : 3001
Index Size  : 93602
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Titel
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File7.5.35  v_pieslice                                                 TOS

 Name:         »Pie-Slice« - zeichnet ein "Tortenstück".

 VDI-Nummer:   11 (GDP 3)

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

 Beschreibung: Die Funktion zeichnet einen Ausschnitt einer 
               Kreisfläche, wie er z.B. in Tortengrafiken benutzt 
               wird. Es gilt:

                Parameter  Bedeutung

                handle     Kennung der Workstation
                x          x-Koordinate
                y          y-Koordinate für den Mittelpunkt
                radius     Radius bzgl. der x-Achse
                begang     Startwinkel
                endang     Endwinkel

               Hinweis: Die Fülltyp-Attribute, der Schreibmodus sowie 
               das Pixelgrößenverhältnis werden beachtet. Der Winkel 
               wird in 1/10 Grad und entgegen dem Uhrzeigersinn 
               angegeben:

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

 Ergebnis:     Die Funktion liefert kein Ergebnis.

 Verfügbar:    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.

 Gruppe:       Ausgabefunktionen

 Querverweis:  Binding   vswr_mode   vs_color   vsf_interior 
               vsf_style   vsf_color   vsf_udpat   vsf_perimeter