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.27 vsl_ends TOS Name: »Set polyline end styles« - Set the shape of line ends. Opcode: 108 Syntax: void vsl_ends ( int16_t handle, int16_t beg_style, int16_t end_style ); Description: The call vsl_ends sets the appearance of the line ends. The following apply: Parameter Meaning Symbole handle Workstation identifier beg_style End style for the first point:0 = Squared (default) 1 = Arrowed 2 = Rounded end_style End style for the last point (as above) Note: Both the squared style and the arrow style end at the end of the polyline. The rounded style is drawn such that the center of the rounding is at the end of the polyline. Return value: The function does not return a result. Availability: Supported by all devices. Group: Lines attributes See Also: Binding v_pline v_arc v_ellarc v_rbox