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.21 v_ellpie TOS Name: »Elliptical pie« - Draw a filled elliptical arc segment. Opcode: 11 (GDP 7) Syntax: void v_ellpie ( int16_t handle, int16_t x, int16_t y, int16_t xradius, int16_t yradius, int16_t begang, int16_t endang ); Description: The call v_ellpie draws a segment of a filled elliptical area ("pie segment"), such as those used for pie-slice graphics. The following apply: Parameter Meaning handle Workstation identifier x X-coordinate, and y Y-coordinate of center point of arc xradius Radius of X-axis yradius Radius of Y-axis begang Starting angle (in tenths of degrees 0-3600) endang Ending angle (in tenths of degrees 0-3600) Note: The fill attributes and the writing mode will be respected during drawing, but the pixel size ratio will be ignored. 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