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-Filevsf_color()vsf_style()vsf_interior()vsf_udpat()vsf_perimeter()v_pieslice() VDISyntaxVOID v_pieslice( handle, x, y, radius, startangle, endangle )
WORD handle, x, y, radius, startangle, endangle;
Function v_pieslice() outputs a filled pie segment.
Opcode 11
Sub-Opcode 3
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 center of a circlular segment of radius radius which is
drawn between the angles of startangle and endangle (specified in tenths of degrees - legal values illustrated
below) and connected to the center point.