•  Back 
  •  VDI Inquire 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
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-Filevql_attributes()
vqt_attributes()
vqf_attributes()
vqm_attributes()                                                        VDI

Syntax

VOID vqm_attributes( handle, attr )
WORD handle;
WORD *attr;

Function      vqm_attributes() returns information regarding current
              settings which apply to polymarker output.

Opcode        36

Availability  Supported by all drivers.

Parameters    handle specifies a valid workstation handle. attr points to
              an array of 5 WORDs which specify the current polymarker
              attributes as follows:

              attr[x]    Meaning

                0        Marker type (see vsm_type() ).

                1        Marker color (see vsm_color() ).

                2        Writing mode (see vswr_mode() ).

                3        Polymarker width (see vsm_height() ).

                4        Polymarker height (see vsm_height() ).

Binding       contrl[0] = 36;
              contrl[1] = contrl[3] = 0;
              contrl[6] = handle;

              vdi();

              attr[0] = intout[0];
              attr[1] = intout[1];
              attr[2] = intout[2];
              attr[3] = ptsout[0];
              attr[4] = ptsout[1];

See Also      vql_attributes(), vqt_attributes(), vqf_attributes()

Group         VDI Inquire