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_interior()vsf_style() VDISyntaxWORD vsf_style( handle, style )
WORD handle, style;
Function vsf_style() defines the style of fill pattern applied to
filled objects.
Opcode 24
Availability Supported by all drivers.
Parameters handle specifies a valid workstation handle. style specifies
the pattern or hatch index depending upon the last setting
of vsf_interior(). Valid pattern indexes are as follows:
Valid hatch indexes are as follows:
Binding contrl[0] = 24;
contrl[1] = 0;
contrl[3] = 1;
contrl[6] = handle;
intin[0] = style;
vdi();
return inout[0]
Return Value This call returns the actual style set by the call.
Comments The interior type should be set first with vsf_interior().
See Also vsf_interior()Group VDI Attributes