GPR_$SET_DRAW_WIDTH GPR Calls GPR_$SET_DRAW_WIDTH
NAME
gpr_$set_draw_width - sets the line width in pixels for lines and curves.
FORMAT
gpr_$set_draw_width (width, status)
DESCRIPTION
This routine sets the line width in pixels for lines and curves.
Use the draw-width attribute to establish a line width in pixels. If the
line width is even, the extra pixels are added on the top or left-hand
side of the line.
Input Parameters
width
The line width in pixels for all line/curve primitives. This is a
2-byte integer.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$inq_draw_width.