GPR_$SET_LINESTYLE GPR Calls GPR_$SET_LINESTYLE
NAME
gpr_$set_linestyle - sets the line-style attribute of the current bitmap.
FORMAT
gpr_$set_linestyle (style, scale, status)
DESCRIPTION
This routine sets the line-style attribute of the current bitmap.
When the line-style attribute is gpr_$dotted, lines are drawn in dashes.
The scale factor determines the number of pixels in each dash and in each
space between the dashes.
Input Parameters
style
The style of line, in gpr_$linestyle_t format. This is a 2-byte
integer. Specify only one of the following values:
gpr_$solid
for solid lines.
gpr_$dotted
for dashed lines.
scale
The scale factor for dashes if the style parameter is gpr_$dotted.
This is a 2-byte integer.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$inq_linestyle, gpr_$set_line_pattern.
NOTES
For greater flexibility in setting line styles, use
gpr_$set_line_pattern.