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.4.6.13 vsf_interior TOS Name: »Set fill interior style« - Set the fill-pattern type. Opcode: 23 Syntax: int16_t vsf_interior ( int16_t handle, int16_t style ); Description: This function selects the fill-pattern type for a filled 2-dimensional graphic object. Parameter Meaning handle Workstation identifier style Requested fill type 0 = Hollow 1 = Solid 2 = Pattern 3 = Hatch 4 = User-defined style Note: If the requested type is invalid, type 0 (hollow) will be selected. Return value: The function returns the fill-type actually selected. Availability: Supported by all drivers. Group: Fill attributes See Also: Binding v_fillarea v_contourfill vr_recfl v_bar v_pieslice v_circle v_ellipse v_ellpie v_rfbox vsf_style vsf_udpat